Skip to content

Commit 60150b3

Browse files
committed
Update developer guide.
1 parent d35758b commit 60150b3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

DEVELOPER.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,20 +131,21 @@ Now we start with the main release process.
131131
git merge --no-ff -X theirs -m "Finished release $version." \
132132
release/$version
133133

134-
b. Tag and sign the release (we are using prefix ``v``)::
134+
b. In case of a merge-conflict, resolve it using::
135135

136-
git tag -s v$version -m "unittest2pytest $version"
136+
git gui # In the context-menu select "Use Local Version"
137+
git commit -m "Release $version."
137138

138139

139140
13. Run the release script ``release`` and it will do:
140141

141-
- create another (unsigned) tag for the released version
142-
- create and sign source archives and uploads them to PyPI
142+
- create a signed tag for the released version
143+
- create and sign source archives
144+
- uploads them to PyPI
143145

144146
::
145147

146148
release # zest.releaser command
147-
git tag -d $version # delete the additional tag
148149

149150
Submit to `testpypi` first! You can not change any file after
150151
you've uploaded it to PyPI!

0 commit comments

Comments
 (0)