summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-11-30 17:46:53 +0100
committerEven Rouault <even.rouault@spatialys.com>2017-11-30 17:46:53 +0100
commit5cc89a8c8df975b56d43a5c8a600d4268b1b0117 (patch)
tree575b0a525841bd298339b2e3f6c6a44b328bdfa2
parent22c0c1ec70756dff0fc87c2db62237681fce7723 (diff)
downloadlibtiff-git-5cc89a8c8df975b56d43a5c8a600d4268b1b0117.tar.gz
HOWTO-RELEASE: update for git
-rw-r--r--HOWTO-RELEASE6
1 files changed, 3 insertions, 3 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index ee8332f0..d936d0df 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -24,7 +24,7 @@ Notes on releasing.
1. Commit any unsaved changes.
-2. Create html/vX.X.html and add it to cvs with 'cvs add html/vX.X.html'.
+2. Create html/vX.X.html and add it to git with 'git add html/vX.X.html'.
Take ChangeLog entries and html-ify in there.
Easist thing to do is take html/vX.(X-1).html and use it as a template.
@@ -101,11 +101,11 @@ Notes on releasing.
13. In the source tree do
- 'cvs commit'.
+ 'git commit' and 'git push'
14. In the source tree do
- cvs tag Release-v4-0-0
+ git tag -a Release-v4-0-0
(or the appropriate name for the release)