Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
refining documentation of the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Mar 30, 2012
1 parent d361acf commit cf0a2ea
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions docs/release.rst
Expand Up @@ -52,12 +52,6 @@ For help with releasing we use ``jarn.mkreleaser``. It's included in the
username = fred
password = secret

Once this is done we need to manually push upstream the new tag that
``mkrelease`` created. Hopefully this manual step won't be needed in the future
and will be handled already by ``jarn.mkrelease``::

$ git push --tags


Example
-------
Expand All @@ -72,6 +66,17 @@ upstream to GitHub::

# Make a release and upload it to PyPI
$ bin/mkrelease -d pypi -pq ./
Releasing spinrewriter 0.1
Tagging spinrewriter 0.1
To git@github.com:niteoweb/spinrewriter.git
* [new tag] 0.1 -> 0.1
running egg_info
running sdist
warning: sdist: standard file not found: should have one of README, README.txt
running register
Server response (200): OK
running upload
warning: sdist: standard file not found: should have one of README, README.txt
Server response (200): OK
done

# Push new tag to GitHub
$ git push --tags

0 comments on commit cf0a2ea

Please sign in to comment.