summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/develop
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-08-02 11:37:00 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-08-02 11:37:00 -0700
commit2f6d4022f193bcd935b21a9b9df0b34a3d1deeef (patch)
treedc465a5b8e897084904db921f2645717b875ea26 /crawl-ref/docs/develop
parent7e3910a46e314b084a6cd686c16d61ea1ba205eb (diff)
downloadcrawl-ref-2f6d4022f193bcd935b21a9b9df0b34a3d1deeef.tar.gz
crawl-ref-2f6d4022f193bcd935b21a9b9df0b34a3d1deeef.zip
Correct the release guide
Diffstat (limited to 'crawl-ref/docs/develop')
-rw-r--r--crawl-ref/docs/develop/release.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/docs/develop/release.txt b/crawl-ref/docs/develop/release.txt
index 3f822c137e..c62106ac7a 100644
--- a/crawl-ref/docs/develop/release.txt
+++ b/crawl-ref/docs/develop/release.txt
@@ -11,8 +11,8 @@ for those the list begins with step 3.
cheap.
1. Branch master into the new version
- git branch stone_soup.0.X
- git push origin stone_soup.0.X
+ git branch stone_soup-0.X
+ git push origin stone_soup-0.X
2. Tag the branch point
git tag -s 0.X-b1