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 | ✔
400
400
401
401
To run the tests run ` python setup.py test `
402
402
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
-
415
403
## License
416
404
417
405
Copyright (c) 2015 Pusher Ltd. See LICENSE for details.
You can’t perform that action at this time.
0 commit comments