Publishing A Release¶
If you have the permission, you can cut a new release of JTE by running just release <versionNumber>
.
For example:
just release 2.0.4
This will:
- create a
release/2.0.4
branch - update the version in the
build.gradle
- update the version in the
docs/antora.yml
- push those changes
- create a
2.0.4
tag - publish the JPI
Don't forget to go to the Release Page to officially release JTE with the current change log based off the most recent tag.
Release Permissions
Permissions are managed here. You'll need sign-off from one of the existing maintainers to be added.