Commit 028426ef by Scott Duckworth

move release notes to maintainer.txt

parent f3c40ac7
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 release finish x.y.z
git push origin master x.y.z
RELEASE INSTRUCTIONS
ensure unit tests pass
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 release finish X.Y.Z
git push origin master X.Y.Z
upload dist/django-sshkey-X.Y.Z.tar.gz to bitbucket
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