-
Notifications
You must be signed in to change notification settings - Fork 174
Releasing a version
Oryan edited this page May 5, 2021
·
13 revisions
- (Optionally) set the release version in the pom file, it should end with
SNAPSHOT
- Update the version in the documentation files
- Go to
Actions > Release > Run Workflow
and run the workflow onmaster
- This should publish the release to Maven Central automatically
- And open a new PR with a version bump changes
- Review and merge the PR that was created by the workflow
- Create a new release on GitHub from the tag that was just created