We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fce00 commit 32380f9Copy full SHA for 32380f9
docs/release_guide.pod
@@ -64,7 +64,8 @@ the tag you just set on NQP.
64
65
Cut a release tarball (needed for the Rakudo Star release).
66
67
- git archive --format=tar 2012.12 | gzip -9 > ~/nqp-2012.12.tar.gz
+ $ git clean -xdf
68
+ $ git archive --format=tar 2012.12 | gzip -9 > ~/nqp-2012.12.tar.gz
69
70
=item 6.
71
0 commit comments