Skip to content

Commit

Permalink
Clarify release instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Apr 23, 2017
1 parent 9037b8e commit bd4ab49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/release-process.rst
Expand Up @@ -4,5 +4,5 @@ Release Process
1. Update version in setup.py
2. Update version in xandikos/__init__.py
3. git commit -a -m "Release $VERSION"
4. git tag -as -m "Release $VERSION"
5. ./setup.py sdist --sign upload
4. git tag -as -m "Release $VERSION" v$VERSION
5. ./setup.py sdist upload --sign

0 comments on commit bd4ab49

Please sign in to comment.