Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Release Guide

Matěj Týč edited this page Feb 8, 2018 · 5 revisions

This helps me to prevent mistakes when releasing new versions.

Release:

  1. Check version in openscap_daemon/version.py
  2. git tag $version; git push --tags
  3. python setup.py sdist
  4. upload the tarball to github release

GitHub issues:

  1. Mark the appropriate milestone as finished
  2. Make sure there is another milestone for the next version and that it is the default milestone

Mailing list:

  1. announce it on the open-scap mailing list

Fedora:

  1. Build for rawhide
  2. Build and push bodhi updates
  3. Build the image and push to docker hub
  4. Build the image and push to Fedora registry - https://fedoraproject.org/wiki/Changes/FedoraDockerRegistry

Version bump:

  1. openscap_daemon/version.py
Clone this wiki locally