Skip to content
Matěj Týč edited this page Jul 2, 2021 · 14 revisions
  1. make sure the version is set correctly - Makefile and oscap-anaconda-addon.spec
  2. run make test, fix errors
  3. run ./create_update_image.sh and test the result - update.img, see https://github.com/OpenSCAP/oscap-anaconda-addon/blob/master/docs/manual/developer_guide.adoc
    • Go through installation until login screen to make sure post-install phase of oscap-anaconda-addon is tested.
  4. make potfile, to update strings in translation template
  5. make update-pot to update the translation template in Weblate.
  6. make po-pull, to download latest translations from Weblate.
  7. make dist
  8. git tag r<version>; git push --tags
  9. close github milestone for the release, make sure a milestone for the next version is available
  10. upload the resulting tarball to the Github release
  11. bump version for the next release

Clone this wiki locally