Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed May 6, 2014
1 parent c461949 commit beeac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is the release process for journalism:
#. Verify 100% test coverage: `nosetests --with-coverage --cover-package=journalism`.
#. Make sure the example script still works: `python example.py`.
#. Ensure CHANGELOG is up to date.
#. Create a release tag: `git tag - x.y.z -m "x.y.z release."
#. Create a release tag: `git tag -a x.y.z -m "x.y.z release."
#. Push tags upstream: `git push --tags`
#. Upload to [PyPI](https://pypi.python.org/pypi/journalism).
#. Flag the release to build on [RTFD](https://readthedocs.org/dashboard/journalism/versions/).
Expand Down

0 comments on commit beeac7c

Please sign in to comment.