diff --git a/README.md b/README.md index 589ff49..858a8bf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ ![GitHub License](https://img.shields.io/github/license/passageidentity/passage-ruby) ![Static Badge](https://img.shields.io/badge/Built_by_1Password-grey?logo=1password) +# ⚠️ DEPRECATED +**This repository is deprecated and no longer maintained as of January 16, 2026.** + ## About [Passage by 1Password](https://1password.com/product/passage) unlocks the passwordless future with a simpler, more secure passkey authentication experience. Passage handles the complexities of the [WebAuthn API](https://blog.1password.com/what-is-webauthn/), and allows you to implement passkeys with ease. diff --git a/release-please-config.json b/release-please-config.json index f54aeab..8750455 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,7 +7,10 @@ "bump-patch-for-minor-pre-major": false, "draft": false, "prerelease": false, - "version-file": "lib/passageidentity/version.rb" + "version-file": "lib/passageidentity/version.rb", + "changelog-sections": [ + { "type": "docs", "section": "Documentation", "hidden": false } + ] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"