-
Update the
CHANGELOG.md
: -
Change the
Unreleased
header to the release version. -
Add a link URL to ensure the header link works.
-
Add a new
Unreleased
section to the top. -
Update the
docs/setup.md
:- Change the snapshot section to reflect the next "SNAPSHOT" version, in case it's changing.
- Update the version in the
dependencies
section to the new release version.
-
Run release script:
$ scripts/release.sh
If it successfully finishes running it will trigger a GitHub Action
workflow which will create a
GitHub release and push to Maven Central.