Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ ports for web servers or for proxy servers. (They are effectively one cumulative

## Release Process

See the [Release Guide](RELEASING.md)
See the [Release Guide](docs/dev/guides/release.md)
9 changes: 0 additions & 9 deletions RELEASING.md

This file was deleted.

5 changes: 1 addition & 4 deletions docs/dev/guides/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
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. 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`)
1. In that release, Select "Auto-generate release notes"