Skip to content

Commit

Permalink
Add a release guide, RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedep333 committed Oct 27, 2020
1 parent ff71c0a commit 9b5a565
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ semodule -r pulpcore_rhsmcertd
semodule -r pulpcore
semodule -r pulpcore_port
```

# Development

## Release Process

See the [Release Guide](RELEASING.md)
8 changes: 8 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -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/ /*/'`)

0 comments on commit 9b5a565

Please sign in to comment.