File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -400,18 +400,6 @@ Limit event name length to 200 chars | ✔
400400
401401To run the tests run ` python setup.py test `
402402
403- ## Making a release
404-
405- * Update the CHANGELOG.md file. ` git changelog ` from the
406- [ git-extras] ( https://github.com/tj/git-extras/blob/master/Commands.md#git-changelog ) package can be useful to pull commits from the release.
407- * Update the version in version.py
408- * ` git tag v$VERSION `
409- * ` git push && git push --tags `
410- * ` make ` - publishes to pypi
411-
412- If you get the ` error: invalid command 'bdist_wheel' ` message on the last step
413- ` pip install wheel ` and re-run ` make ` .
414-
415403## License
416404
417405Copyright (c) 2015 Pusher Ltd. See LICENSE for details.
You can’t perform that action at this time.
0 commit comments