diff --git a/notes/release-process.rst b/notes/release-process.rst index b9d64010..ab960c06 100644 --- a/notes/release-process.rst +++ b/notes/release-process.rst @@ -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