Skip to content

Commit 93e1baf

Browse files
committed
Remove instructions for uploading a new release
These are internal steps that can only be performed by Pusher employees.
1 parent d28e11e commit 93e1baf

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -400,18 +400,6 @@ Limit event name length to 200 chars | ✔
400400

401401
To 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

417405
Copyright (c) 2015 Pusher Ltd. See LICENSE for details.

0 commit comments

Comments
 (0)