Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 510 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 510 Bytes

Release Guide

  1. Bump the version number (sed -i -e 's/1.2.1/1.2.2/g' *.te).
  2. Create a PR with all the changes above and merge it after a review.
  3. Create a release on github. It will create the corresponding tag.
  4. In that release, Select "Auto-generate release notes"
  5. Create a corresponding PR (example) for pulp_installer to use the new pulpcore-selinux tag. (Bump __pulp_selinux_version in roles/pulp_common/defaults/main.yml)