Updated instructions to reference GitHub Releases

lhazlewood 2023-09-03 11:57:42 -07:00
parent c2cdd00c4a
commit 8a3bece53c
1 changed files with 7 additions and 0 deletions

@ -102,6 +102,13 @@ Welcome to the jjwt wiki!
1. Squash and merge the staging branch (e.g. `0.11.4-staging` as a Pull Request into `master` to ensure mainline development receives all staging changes. 1. Squash and merge the staging branch (e.g. `0.11.4-staging` as a Pull Request into `master` to ensure mainline development receives all staging changes.
1. [Create a new GitHub release](https://github.com/jwtk/jjwt/releases/new) and:
1. Choose the just-released tag.
1. Provide plenty of release notes in the description, copy over what's in the CHANGELOG.md file if necessary. This is beneficial because people subscribe to release notifications and can be easily notified automatically.
1. Attach the maven binaries? (.jar, src .jar, javadoc .jar, etc?)
1. Click the 'Create a discussion for this release' checkbox.
1. Publish a Tweet to announce the release. For example: https://twitter.com/lhazlewood/status/1225170466295271425 1. Publish a Tweet to announce the release. For example: https://twitter.com/lhazlewood/status/1225170466295271425
That's it! The release should show up in Maven Central in 15 to 30 minutes. That's it! The release should show up in Maven Central in 15 to 30 minutes.