Releasing a new version helps to bring out new features and improvements to our customers. To keep track of all changes we do the following:
- update the POM file with the new version number (using Calendar Versioning style
YY.0M.MICRO
since 20.05) - add the new version, a release title and the release date to the Changelog
- update the Compatibility Matrix with the new version number
- create a tag for the new version with reference to the latest commit
git rev-parse HEAD git tag -a <version> -m "<version>" <commit hash> git push origin <version>
- upload and promote the new version at Atlassian Marketplace
- add new version number to Service Desk versions