Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update release guide
* fix upload step to use scp instead of github downloads
* note 2013.02 release
  • Loading branch information
moritz committed Feb 24, 2013
1 parent 2e4d309 commit 1a8aae4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tools/star/release-guide.pod
Expand Up @@ -123,8 +123,12 @@ Tag the release by its release month ("YYYY.MM").

=item 12.

Upload the release tarball to github's download area at
L<http://github.com/rakudo/star/downloads>.
Upload the release tarball to L<http://rakudo.org/downloads/star>:

$ scp rakudo-star-2012.08.tar.gz rakudo@rakudo.org:public_html/downloads/star

If you don't have permission to do this step, please ask one(pmichaud, jnthn,
masak, PerlJam, tadzik, moritz) on #perl6 to do it for you.

=item 13.

Expand Down Expand Up @@ -176,6 +180,7 @@ You're done! Celebrate with the appropriate amount of fun.
2012.11 moritz
2012.12 moritz
2013.01 moritz
2013.02 moritz

=cut

0 comments on commit 1a8aae4

Please sign in to comment.