ReleasesΒΆ
The following steps are recommended for releases:
write or update the release notes with notable changes below
docs/releases/
reference these release notes in
docs/releases/index.rst
or move them from the list of hidden files to the public list
commit the above changes
verify that the latest CI pipeline finished successfully
run
make release-(major|minor|patch
(depending on the included changes)push the changes:
git push && git push --tags
announce the changes:
send a message to #grouprise-dev:systemausfall.org
add a release blog post to the website repository:
tools/import-grouprise-release 1.2.3 && git push