Skip to content
Watson Yuuma Sato edited this page Dec 20, 2017 · 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
  5. make dist
  6. git tag; git push --tags
  7. close github milestone for the release, make sure a milestone for the next version is available
  8. upload the resulting tarball to github release
  9. bump version for the next release

Clone this wiki locally