Skip to content

Commit ebb48ec

Browse files
authored
fix: add PR approval to auto publish flow (#368)
1 parent f065bcb commit ebb48ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/release-manager.js

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ const MANUAL_PUBLISH_STEPS = `
5050
`
5151

5252
const AUTO_PUBLISH_STEPS = `
53+
1. Approve this PR
54+
55+
\`\`\`sh
56+
gh pr review <PR-NUMBER> -R {NWO} --approve
57+
\`\`\`
58+
5359
1. Merge release PR :rotating_light: Merging this will auto publish :rotating_light:
5460
5561
\`\`\`sh

0 commit comments

Comments
 (0)