Skip to content

Commit

Permalink
doc: document CLI way to open the nodejs/bluesky PR
Browse files Browse the repository at this point in the history
PR-URL: #56506
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Ruy Adorno <[email protected]>
  • Loading branch information
aduh95 committed Jan 30, 2025
1 parent b1c5443 commit 6af5053
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 6af5053

Please sign in to comment.