Skip to content

Commit

Permalink
update releasing doc, again
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Apr 13, 2018
1 parent 7c07d70 commit 2575707
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions releasing.md
@@ -1,18 +1,18 @@
Releasing python-canonicaljson
==============================

* bump version in __canonicaljson.py__
* bump version in `canonicaljson.py`
* update changelog
* update debian changelog:
* Add new entry: ``dch -v <ver>`
* Add new entry: `dch -v <ver>`
* Mark as released: `dch --distribution stable -r`
* Build and upload to pypi:
* ``rm -r dist``
* ``python setup.py sdist bdist_wheel``
* ``twine upload -s dist/*``
* ``git tag -s v<ver>``
* ``git push``
* ``git push --tags``
* `rm -r dist`
* `python setup.py sdist bdist_wheel`
* `twine upload -s dist/*`
* `git tag -s v<ver>`
* `git push`
* `git push --tags`
* Follow instructions below to release debian packaging.

Prerequisites for debian packaging
Expand Down

0 comments on commit 2575707

Please sign in to comment.