aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTadeusz Sośnierz <tadzikes@gmail.com>2014-01-31 16:57:42 +0100
committerTadeusz Sośnierz <tadzikes@gmail.com>2014-01-31 16:57:42 +0100
commit89ae4517f886361c4bb4e6f4dad14ca656325567 (patch)
tree313bf7f4ac594dcd2a8ba523634f41da965c0bf1
parentf269c3f4732d9eb7e8463956682e01e359ae85f6 (diff)
Fix release guide to not tell releaser to rollback module updates2014.01
-rw-r--r--tools/star/release-guide.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 50dff98..c0da1b2 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -97,9 +97,9 @@ specific commit, due to breakage on Rakudo's part. The above command will have
incorrectly merged commits. To fix this, run these commands from the top of the
star repo:
- $ rm -r modules/Perl6-MIME-Base64
- $ git submodule init
- $ git submodule update
+ $ cd modules/Perl6-MIME-Base64
+ $ git checkout 76fd9decc7c1445390b0ab5a1296e9d244f8e1fd
+ $ cd -
Then you may commit your update of the submodules: