-
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.
- Change the
-
Commit
$ git commit -am "Prepare version X.Y.X"
-
Tag
$ git tag -am "Version X.Y.Z" X.Y.Z
-
Push!
$ git push && git push --tags
This will trigger a GitHub Action workflow which will create a GitHub release, upload the jar, and send a PR to the Homebrew repo.
-
Find the Homebrew PR and merge it!