Skip to content

Commit

Permalink
Update release checklist (donnemartin#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin authored Jan 30, 2018
1 parent b395eea commit 5751a31
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ M. Push tagged release to develop and master

Might need to recreate develop branch.

N. Set CHANGELOG as `README.md`
N. Set CHANGELOG.rst as `README.rst`

$ scripts/set_changelog_as_readme.sh

Expand All @@ -70,19 +70,15 @@ Q. Upload Sphinx docs to PyPi

$ python setup.py upload_sphinx

R. Restore `README.md`
R. Review newly released package from PyPi

$ scripts/set_changelog_as_readme_undo.sh

S. Review newly released package from PyPi

T. Release on GitHub: https://github.com/donnemartin/gitsome/tags
S. Release on GitHub: https://github.com/donnemartin/gitsome/tags

1. Click "Add release notes" for latest release
2. Copy release notes from `CHANGELOG.md`
3. Click "Publish release"

U. Install in a new venv and run manual [smoke tests](#smoke-tests) on Mac, Ubuntu, Windows
T. Install in a new venv and run manual [smoke tests](#smoke-tests) on Mac, Ubuntu, Windows

## Smoke Tests

Expand Down

0 comments on commit 5751a31

Please sign in to comment.