We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28e11e commit 93e1bafCopy full SHA for 93e1baf
README.md
@@ -400,18 +400,6 @@ Limit event name length to 200 chars | ✔
400
401
To run the tests run `python setup.py test`
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
## License
416
417
Copyright (c) 2015 Pusher Ltd. See LICENSE for details.
0 commit comments