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: nodejs#56506
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Ruy Adorno <ruy@vlt.sh>
  • Loading branch information
aduh95 authored and Ceres6 committed Jan 13, 2025
1 parent 37e308c commit 892386d
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 892386d

Please sign in to comment.