HOWTO-RELEASE: update to use signed tags

This commit is contained in:
Even Rouault 2017-12-01 10:58:09 +01:00
parent f756566000
commit 95665760ef

View File

@ -103,12 +103,16 @@ Notes on releasing.
'git commit' and 'git push' 'git commit' and 'git push'
14. In the source tree do 14. In the source tree, create a signed tag
git tag -a Release-v4-0-0 git tag -s v4.0.0 -m "Create tag for v4.0.0"
(or the appropriate name for the release) (or the appropriate name for the release)
and push it to "origin" (if "origin" points to the official repository)
git push origin v4.0.0
15. Copy release packages from the build tree to the 15. Copy release packages from the build tree to the
ftp.remotesensing.org ftp site. ftp.remotesensing.org ftp site.