File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1616 description : " If true, simulate the release without pushing or tagging"
1717 required : false
1818 default : " false"
19+ commitsList :
20+ description : " (ONLY FOR HOTFIXES) Comma-separated list of SHA1 commits to cherry-pick before creating the release tag. Example: abc123,def456"
21+ required : false
22+ default : " "
1923
2024permissions :
2125 contents : write
3337 kestraVersion : ${{ github.event.inputs.kestraVersion }}
3438 nextVersion : ${{ github.event.inputs.nextVersion }}
3539 dryRun : ${{ github.event.inputs.dryRun }}
40+ commitsList : ${{ github.event.inputs.commitsList }}
3641 env :
3742 GITHUB_PAT : ${{ secrets.GH_PERSONAL_TOKEN }}
Original file line number Diff line number Diff line change 1- version =1.1.5 -SNAPSHOT
1+ version =1.2.1 -SNAPSHOT
22kestraVersion =1.1.0
You can’t perform that action at this time.
0 commit comments