Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[docs] warn about potential damage from "make release"
  • Loading branch information
moritz committed May 20, 2010
1 parent 9021d4c commit e3fe329
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/release_guide.pod
Expand Up @@ -190,6 +190,10 @@ Create an initial tarball by entering C<make release VERSION=YYYY.MM>,
where YYYY.MM is the month for which the release is being made.
This will create a candidate tarball file named <rakudo-YYYY.MM.tgz>.

B<Caution>: this steps removes your C<t/spec> directory and all files
contained therein, and replaces it by a fresh svn export. So please make a
backup if you have any important data in there.

=item 10.

Unpack the tar file into another area, and test that it
Expand Down

0 comments on commit e3fe329

Please sign in to comment.