summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-04-27 04:05:06 +0200
committerBastien Guerry <bzg@altern.org>2013-04-27 04:05:06 +0200
commitcf48a620e9ca3e70c5fe97dc3bea44ab7337614d (patch)
treee8a1e128edb28690f7606df1d62bb8df50893209
parent92f3729857ac7577be442d46f663f615d95bcad0 (diff)
downloadorg-mode-cf48a620e9ca3e70c5fe97dc3bea44ab7337614d.tar.gz
README_maintainer: fix "git tag" instructionsrelease_8.0.2
-rw-r--r--README_maintainer4
1 files changed, 2 insertions, 2 deletions
diff --git a/README_maintainer b/README_maintainer
index 65457c1..f70d230 100644
--- a/README_maintainer
+++ b/README_maintainer
@@ -53,7 +53,7 @@ maint then merged in master.
When doing a major and a minor release, after all necessary merging is
done, tag the _maint_ branch for the release with:
- git tag -a "Adding release tag" release_7.9.1
+ git tag -a release_7.9.1 -m "Adding release tag"
and push tags with
@@ -61,7 +61,7 @@ and push tags with
We also encourage you to sign release tags like this:
- git tag -a "Adding release tag" -s release_7.9.1
+ git tag -s release_7.9.1 -m "Adding release tag"
** Uploading the release files from the orgmode.org server