Skip to content

Commit 5087c09

Browse files
committed
ci: sync release.yml from plugin-template
1 parent 78fe128 commit 5087c09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
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

2024
permissions:
2125
contents: write
@@ -33,5 +37,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)