Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Fix RELEASE for some more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Oct 30, 2017
1 parent 39ae09f commit a5806c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Expand Up @@ -17,8 +17,8 @@
- Push tag: `git push --tags`
- Merge PR into master, checkout master locally: `git checkout master; git pull`
- Create PyPI release: `python setup.py sdist upload --sign`
- Update github release page: https://github.com/remind101/stacker\_blueprints/releases -
use the contents of the latest CHANGELOG entry for the body.
- Update github release page: https://github.com/remind101/stacker\_blueprints/releases
- use the contents of the latest CHANGELOG entry for the body.

# Helper to create CHANGELOG entries
git log --reverse --pretty=format:"%s" | tail -100 | sed 's/^/- /'

0 comments on commit a5806c7

Please sign in to comment.