Skip to content

Commit

Permalink
fix: add PR approval to auto publish flow (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Oct 26, 2023
1 parent f065bcb commit ebb48ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/release-manager.js
Expand Up @@ -50,6 +50,12 @@ const MANUAL_PUBLISH_STEPS = `
`

const AUTO_PUBLISH_STEPS = `
1. Approve this PR
\`\`\`sh
gh pr review <PR-NUMBER> -R {NWO} --approve
\`\`\`
1. Merge release PR :rotating_light: Merging this will auto publish :rotating_light:
\`\`\`sh
Expand Down

0 comments on commit ebb48ec

Please sign in to comment.