-
-
Notifications
You must be signed in to change notification settings - Fork 650
Release workflow
Enno G edited this page Jun 3, 2022
·
6 revisions
- Create release tag
- Get insertions/deletions and number of changed files (
git diff --stat <hash1> <hash2>
) - Write the changelog. In the future this should be auto generated.
- Generate the authors file. In the future this should be auto generated.
- Update cobbler.github.io
- Spread the news on Twitter
- Update the version on Wikipedia: https://en.wikipedia.org/wiki/Cobbler_(software)
- Bump the version number in the following files:
setup.py
,cobbler.spec
,SECURITY.md
,docs/conf.py
,tests/xmlrpcapi/miscellaneous_test.py
- Add a new migration for the new version
- Add a new entry to the migration matrix in
docs/cobbler-conf.rst
.
Website: https://cobbler.github.io - Dokumentation: https://cobbler.readthedocs.io