Skip to content

Releasing a version

Oryan edited this page May 5, 2021 · 13 revisions

Steps to release a new version

  1. (Optionally) set the release version in the pom file, it should end with SNAPSHOT
  2. Update the version in the documentation files
  3. Go to Actions > Release > Run Workflow and run the workflow on master
    1. This should publish the release to Maven Central automatically
    2. And open a new PR with a version bump changes
  4. Review and merge the PR that was created by the workflow
  5. Create a new release on GitHub from the tag that was just created
Clone this wiki locally