File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 11# Step 3 (optional): Cherry-picks a commit from main to the release/candidate branch.
22# Use between step 1 and step 4 to include bug fixes in an in-progress release.
3+ # Note: Does NOT auto-trigger release-please to preserve manual changelog edits.
34name : " Release: Cherry-pick"
45
56on :
1213
1314permissions :
1415 contents : write
15- actions : write
1616
1717jobs :
1818 cherry-pick :
3939 run : |
4040 git push origin release/candidate
4141 echo "Successfully cherry-picked commit to release/candidate"
42-
43- - name : Trigger Release Please
44- env :
45- GH_TOKEN : ${{ github.token }}
46- run : |
47- gh workflow run release-please.yml --repo ${{ github.repository }} --ref release/candidate
48- echo "Triggered Release Please workflow"
42+ echo "Note: Release Please is NOT auto-triggered to preserve manual changelog edits."
43+ echo "Run release-please.yml manually if you want to regenerate the changelog."
You can’t perform that action at this time.
0 commit comments