diff options
| author | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-04-21 08:40:54 +0200 |
|---|---|---|
| committer | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-04-21 08:40:54 +0200 |
| commit | d08d5eb653a284eebf06bd0f553dd4ee06a4fcaf (patch) | |
| tree | 184fca06a1b77c862baa887f706a92c466be377a /scripts/evil-release-stable | |
| parent | 73f3da3c0d9f45c72c1233002ff643248b23c9b1 (diff) | |
evil-release-stable: add explicit rev to `git tag` command
Diffstat (limited to 'scripts/evil-release-stable')
| -rwxr-xr-x | scripts/evil-release-stable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/evil-release-stable b/scripts/evil-release-stable index e3ef306..2ddc01a 100755 --- a/scripts/evil-release-stable +++ b/scripts/evil-release-stable @@ -49,7 +49,7 @@ if tag[3] != stable run "make -C .. nversion VERSION='#{new_tag}'" run "hg commit -m 'update version to #{new_tag}'" run "hg gexport" - run "git tag -a -m 'version #{new_tag}' #{new_tag}" + run "git tag -a -m 'version #{new_tag}' #{new_tag} stable" run "git push git@gitorious.org:evil/evil.git #{new_tag}" run "git push git@gitorious.org:evil/evil.git stable" run "hg pull -r stable" |
