Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 571 Bytes

RELEASE.md

File metadata and controls

8 lines (7 loc) · 571 Bytes

Steps to release a new version

  1. Decide whether to do a patch, minor or major release (e.g. 1.2.3)
  2. Adjust the version in the pom.xml
  3. Adjust the version in the README.md (getting started)
  4. Commit the changes (the commit message will be the release notes, so make sure to include anything important; markdown is supported)
  5. Create a tag with the pom-version: git tag 1.2.3
  6. Push your commit together with the tag