Skip to content

Commit

Permalink
Merge pull request #46 from mikedep333/update-RELEASING.md
Browse files Browse the repository at this point in the history
Update RELEASING.md to use the Auto-generate
  • Loading branch information
dralley authored Nov 19, 2024
2 parents cdb0e31 + e4b3633 commit ee4fd6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Release Guide
1. Bump the version number (`sed -i -e 's/1.2.1/1.2.2/g' *.te`).
1. Create a PR with all the changes above and merge it after a review.
1. Create a release on github. It will create the corresponding tag.
1. In that release, copy and paste the git commit titles since the last release
(`git shortlog 1.2.1...master --no-merges | grep -E "^(\s)+\w" | sed -e 's/ /*/'`)
1. In that release, Select "Auto-generate release notes"
1. Create a corresponding PR ([example](https://github.com/pulp/pulp_installer/pull/524)) for pulp_installer to use the new pulpcore-selinux tag.
(Bump `__pulp_selinux_version` in `roles/pulp_common/defaults/main.yml`)

0 comments on commit ee4fd6f

Please sign in to comment.