| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Releases are automated via release-please.
Simply merge the release PR — release-please bumps the patch version by default (e.g. 1.5.0 -> 1.5.1).
Add a release-as: X.Y.0 footer to any commit on main:
feat: add new feature
release-as: 1.6.0
Alternatively, edit the release PR title to chore(main): release 1.6.0.
If there have been significant changes since the last release, update the benchmarks before merging the release PR:
mise run update-benchmarksThe release workflow verifies the token before deploy. If it fails:
Sign in at https://central.sonatype.com and open View Account -> Generate User Token.
Copy the username and password values from the snippet.
Update the secrets:
Verify locally:
curl -i -u "$USER:$PASS" \
"https://central.sonatype.com/api/v1/publisher/status?id=test"{"error":{"message":"Invalid token"}} means the token is still wrong. Any other response (including 404 for the test id) means the token works.
| Back | FazBrowse Home | New Git URL |