mirror of https://github.com/nodejs/node.git
doc: document CLI way to open the nodejs/bluesky PR
PR-URL: https://github.com/nodejs/node/pull/56506 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh>pull/56468/head
parent
93c15bfbc7
commit
187007a5ec
|
@ -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:
|
||||
|
||||
```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' \
|
||||
-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=…
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Security release</summary>
|
||||
|
||||
|
|
Loading…
Reference in New Issue