From 6389ea836b00b5413a527f7c0bc7cdcf3349babb Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 7 Jan 2025 20:56:38 +0100 Subject: [PATCH 1/2] doc: document CLI way to open the nodejs/bluesky PR --- doc/contributing/releases.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index b3b20b8ae5589e..69901095553726 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -1102,6 +1102,22 @@ The post content can be as simple as: > … > something here about notable changes +You can create the PR for the release post on nodejs/bluesky with the following: + +```sh +# Create a PR for a post: +gh workflow run create-pr.yml --repo "https://github.com/nodejs/bluesky" \ + -F prTitle='vx.x.x release announcement' \ + -F richText='Node.js vx.x.x is out. Check the blog post at https://nodejs.org/…. TL;DR is + +- New feature +- …' + +# Create a PR for a retweet: +gh workflow run create-pr.yml --repo "https://github.com/nodejs/bluesky" \ + -F prTitle='Retweet vx.x.x release announcement' -F postURL=… +``` +
Security release From 22b9682165c7f3f48d00c8aacee2a1620e26b93b Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 7 Jan 2025 23:19:25 +0100 Subject: [PATCH 2/2] fixup! doc: document CLI way to open the nodejs/bluesky PR --- doc/contributing/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 69901095553726..40ba96da602033 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -1104,7 +1104,7 @@ The post content can be as simple as: You can create the PR for the release post on nodejs/bluesky with the following: -```sh +```bash # Create a PR for a post: gh workflow run create-pr.yml --repo "https://github.com/nodejs/bluesky" \ -F prTitle='vx.x.x release announcement' \