bazel build :relnotes
cat ../bazel-bin/dist/relnotes.txt
tar tzf ../bazel-bin/dist/rules_jdt.tar.gz
- Ensure all builds & tests are green.
- Review
_previous_release_tag
in BUILD matches the last public release on GitHub. (Update and commit if necessary.) - Tag the release using
_version
defined in BUILD (git tag
). - Update
_version
to next development version and_previous_release_tag
to the one you just created. - Commit update to BUILD file and push everything with the created tag
- Wait for GitHub Action Tagged Release to create the draft release.
- Review draft release, tweak description and publish.