From 89ae4517f886361c4bb4e6f4dad14ca656325567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20So=C5=9Bnierz?= Date: Fri, 31 Jan 2014 16:57:42 +0100 Subject: Fix release guide to not tell releaser to rollback module updates --- tools/star/release-guide.pod | 6 +++--- 1 file 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: -- cgit v1.1