Skip to content
redhatrises edited this page Jan 16, 2018 · 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
  10. Build and release updated versions for Fedora

Clone this wiki locally