-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from mikedep333/release_guide
Add a release guide, RELEASING.md
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ /*/'`) |