To create a release:
-
Create a tag with the desired version. We follow semver 2.0. Prereleases are denominated as
rc
. Examples:v4.11.2
,v4.2.0-rc.2
-
Login into Jenkins and run build on the master branch.
-
Go to the releases page, open the release detail and click
Edit Tag
. Then do the following:- Update release description summarizing all changes that took place since the last release.
- If the release is a prerelease (
rc
) mark it as such with the provided checkbox. - Save the changes
You are done!