diff --git a/README.md b/README.md index 7a6e203..7daa7bc 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,9 @@ semodule -r pulpcore_rhsmcertd semodule -r pulpcore semodule -r pulpcore_port ``` + +# Development + +## Release Process + +See the [Release Guide](RELEASING.md) diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..c38e47d --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,8 @@ +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/ /*/'`)