Skip to content

Commit 32380f9

Browse files
author
Carl Masak
committed
[docs/release_guide.pod] clean your nqp before tarring
1 parent 59fce00 commit 32380f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/release_guide.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ the tag you just set on NQP.
6464

6565
Cut a release tarball (needed for the Rakudo Star release).
6666

67-
git archive --format=tar 2012.12 | gzip -9 > ~/nqp-2012.12.tar.gz
67+
$ git clean -xdf
68+
$ git archive --format=tar 2012.12 | gzip -9 > ~/nqp-2012.12.tar.gz
6869

6970
=item 6.
7071

0 commit comments

Comments
 (0)