Commit 4211ec9a by Scott Duckworth

fix up release instructions

parent 4b609a38
git flow feature start x.y.z
git flow release start x.y.z
bump __version__ in sshkey/__init__.py
git add sshkey/__init__.py
git ci -m 'bump version'
python setup.py sdist
git flow feature finish x.y.z
git flow release finish x.y.z
git push origin x.y.z
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment