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

Commit

Permalink
Fix release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Oct 30, 2017
1 parent b58762a commit 39ae09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Expand Up @@ -10,12 +10,12 @@
- Commit changes: `git commit -m "Release 1.1.1"`
- Create a signed tag: `git tag --sign -m "Release 1.1.1" 1.1.1`
- Push branch up to git: `git push -u origin release-1.1.1`
- Push tag: `git push --tags`
- Open a PR for the release, ensure that tests pass

## Releasing

- Merge PR into master, checkout master locally: `git checkout release-1.1.1`
- 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.
Expand Down

0 comments on commit 39ae09f

Please sign in to comment.