summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-12-01 10:58:09 +0100
committerEven Rouault <even.rouault@spatialys.com>2017-12-01 10:58:09 +0100
commit95665760ef50f67c171646954f486cc1036f4e73 (patch)
treeaed283b615c49351e6873136b4558a31b4e851af
parentf756566000590c38de60c9abce4b772633b33967 (diff)
downloadlibtiff-git-95665760ef50f67c171646954f486cc1036f4e73.tar.gz
HOWTO-RELEASE: update to use signed tags
-rw-r--r--HOWTO-RELEASE8
1 files changed, 6 insertions, 2 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index d936d0df..f2ba5eff 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -103,12 +103,16 @@ Notes on releasing.
'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)
+ 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
ftp.remotesensing.org ftp site.