Skip to content

Commit

Permalink
add release hints file
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Aug 26, 2017
1 parent 93f1868 commit 408c9f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions release.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Releasing a new version

# versioning
update the version in setup.py
update CHANGELOG.txt
> git --tag v0.0.0
> git commit -a -m 'update CHANGELOG.txt and version'
> git push origin v0.0.0

# create release tag on github

# upload source to pypi
> python setup.py sdist
> twine dist/*

0 comments on commit 408c9f1

Please sign in to comment.