Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix release guide to not tell releaser to rollback module updates
  • Loading branch information
Tadeusz Sośnierz committed Jan 31, 2014
1 parent f269c3f commit 89ae451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/star/release-guide.pod
Expand Up @@ -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:

Expand Down

0 comments on commit 89ae451

Please sign in to comment.