From a5806c7731b34294e06bbd19f4e14a8ef16a9caf Mon Sep 17 00:00:00 2001 From: Michael Barrett Date: Mon, 30 Oct 2017 14:50:12 -0700 Subject: [PATCH] Fix RELEASE for some more changes --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index ca72d0c6..74636811 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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/^/- /'