8000 Release workflow · cobbler/cobbler Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release workflow

Enno G edited this page Jun 3, 2022 · 6 revisions

Release workflow

  1. Create release tag
  2. Get insertions/deletions and number of changed files (git diff --stat <hash1> <hash2>)
  3. Write the changelog. In the future this should be auto generated.
  4. Generate the authors file. In the future this should be auto generated.
  5. Update cobbler.github.io
  6. Spread the news on Twitter
  7. Update the version on Wikipedia: https://en.wikipedia.org/wiki/Cobbler_(software)
  8. Bump the version number in the following files: setup.py, cobbler.spec, SECURITY.md, docs/conf.py, tests/xmlrpcapi/miscellaneous_test.py
  9. Add a new migration for the new version
  10. Add a new entry to the migration matrix in docs/cobbler-conf.rst.
Clone this wiki locally
0