Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b3e7fe

Browse filesBrowse files
aduh95marco-ippolito
authored andcommitted
doc: document CLI way to open the nodejs/bluesky PR
PR-URL: #56506 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh>
1 parent d17bf2f commit 4b3e7fe
Copy full SHA for 4b3e7fe

File tree

Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-0
lines changed
Open diff view settings
Collapse file

‎doc/contributing/releases.md‎

Copy file name to clipboardExpand all lines: doc/contributing/releases.md
+16Lines changed: 16 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,22 @@ The post content can be as simple as:
11021102
>
11031103
> something here about notable changes
11041104
1105+
You can create the PR for the release post on nodejs/bluesky with the following:
1106+
1107+
```bash
1108+
# Create a PR for a post:
1109+
gh workflow run create-pr.yml --repo "https://github.com/nodejs/bluesky" \
1110+
-F prTitle='vx.x.x release announcement' \
1111+
-F richText='Node.js vx.x.x is out. Check the blog post at https://nodejs.org/…. TL;DR is
1112+
1113+
- New feature
1114+
- …'
1115+
1116+
# Create a PR for a retweet:
1117+
gh workflow run create-pr.yml --repo "https://github.com/nodejs/bluesky" \
1118+
-F prTitle='Retweet vx.x.x release announcement' -F postURL=…
1119+
```
1120+
11051121
<details>
11061122
<summary>Security release</summary>
11071123

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.