File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
13914013. 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!
You can’t perform that action at this time.
0 commit comments