diff --git a/README.md b/README.md index a6502b4..c8052b7 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/RELEASING.md b/RELEASING.md deleted file mode 100644 index 8ab4cbf..0000000 --- a/RELEASING.md +++ /dev/null @@ -1,9 +0,0 @@ -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, 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`) diff --git a/docs/dev/guides/release.md b/docs/dev/guides/release.md index 8e471be..575620b 100644 --- a/docs/dev/guides/release.md +++ b/docs/dev/guides/release.md @@ -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"