From 040ead6ca3289539a66a7ab6d88481d2ef56bf06 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Mon, 7 May 2018 13:02:03 +0100 Subject: tweak automated annouce instructions and suggest use of git over ssh --- tools/star/release-guide.pod | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod index 7a48e51..9fe967e 100644 --- a/tools/star/release-guide.pod +++ b/tools/star/release-guide.pod @@ -211,14 +211,13 @@ it for you. =item 13. -Commit announcement to rakudo.org repo. Clone the repo and run the script, -giving it the Rakudo Star version it's uploading (you can also make and commit -the post manually, but if you do, be sure to add C<%% title:> and C<%% date:> -metadate to the top of the file): +Commit announcement to the rakudo.org repo automatically by running the following +command. (you can also make and commit the post manually, but if you do, be sure +to add C<%% title:> and C<%% date:> metadate to the top of the file): cd $(mktemp -d) && - git clone https://github.com/perl6/rakudo.org/ . && - ./push-latest-rakudo-star-announcement.p6 2018.01 + git clone git@github.com:perl6/rakudo.org/. && + ./push-latest-rakudo-star-announcement.p6 2018.01 Publicize the release in the appropriate places. These include: -- cgit v1.1