Skip to content

Releasing a version

Vojtech Polivka edited this page Dec 16, 2020 · 13 revisions

Steps to release a new version

  • (Optionaly) set the release version in the pom file, it should end with SNAPSHOT
  • Update the version in the documentation files
  • Go to Travis and select More options > Trigger build on master
  • Add the following environment variable to the Custom Config screen
env:
  - RELEASE=true
Clone this wiki locally