Skip to content

Commit

Permalink
tooling fixes (#760)
Browse files Browse the repository at this point in the history
* improve rc-to-main next steps, for clarity

* fix prompt
  • Loading branch information
eschultink committed Jul 11, 2024
1 parent 5bf055c commit eb22e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release/rc-to-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ fi
touch rc_to_main.md
echo "$RELEASE back to main" >> rc_to_main.md
echo "" >> rc_to_main.md
echo "Next steps:" >> rc_to_main.md
echo "Next steps, after that's merged to \`main\`:" >> rc_to_main.md
echo " 1. publish the release: \`./tools/release/publish.sh $RELEASE\`" >> rc_to_main.md
echo " 2. update stable deployment in demos repo to point to $RELEASE" >> rc_to_main.md
echo " 3. prep next rc: \`./tools/release/prep.sh $RELEASE rc-{x.y.z}\`" >> rc_to_main.md
echo " 3. prep next rc: \`./tools/release/prep.sh $RELEASE rc-v{x.y.z}\`" >> rc_to_main.md

PR_URL=$(gh pr create --title "$RELEASE" --body-file rc_to_main.md --base main --assignee "@me")
PR_NUMBER=$(echo $PR_URL | sed -n 's/.*\/pull\/\([0-9]*\).*/\1/p')
Expand Down

0 comments on commit eb22e7b

Please sign in to comment.