File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1414 - completed
1515 branches :
1616 - main
17- - hotfix/**
17+ - hotfix/*
1818
1919permissions :
2020 contents : write
Original file line number Diff line number Diff line change @@ -286,7 +286,13 @@ release:
286286 echo " Ready! Next steps:"
287287 echo " git commit -m 'chore: release v$version'"
288288 echo " git push origin HEAD"
289- echo " Create PR → merge → trigger 'Publish Rust Crates' workflow"
289+ if [[ " $current_branch" == hotfix/ * ]]; then
290+ echo " Trigger 'Publish Rust Crates' workflow from this hotfix branch"
291+ echo " Trigger 'Publish TypeScript SDK' workflow from this hotfix branch (if needed)"
292+ echo " Then merge hotfix back to main"
293+ else
294+ echo " Create PR → merge → trigger 'Publish Rust Crates' workflow"
295+ fi
290296
291297# Start a hotfix branch from a deployed stable tag
292298[group (' release' )]
You can’t perform that action at this time.
0 commit comments