Skip to content

Releasing a version

Oryan edited this page Apr 22, 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
  4. Create a new release on GitHub from the tag that was just created
  5. Sync the release from Bintray to Maven Central
  6. The above should cause the release to be synced to Maven Central automatically
Clone this wiki locally