diff options
| author | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-04-20 14:41:54 +0200 |
|---|---|---|
| committer | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-04-20 14:41:54 +0200 |
| commit | 0edc794ecd5ae25a063896f2a29b4f01d7357a72 (patch) | |
| tree | 0f888bb5b0f10deb465fc33f414cef9b07a064a4 /scripts | |
| parent | ac55bf3a633bee7b6ff7628ab17a2884c4ce9a42 (diff) | |
evil-release-stable: automatically push stable branch
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/evil-release-stable | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/evil-release-stable b/scripts/evil-release-stable index 0c24e8e..e3ef306 100755 --- a/scripts/evil-release-stable +++ b/scripts/evil-release-stable @@ -51,6 +51,7 @@ if tag[3] != stable run "hg gexport" run "git tag -a -m 'version #{new_tag}' #{new_tag}" 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" run "hg push -r stable bby://evil" end |
