Skip to content

Commit 189d2f3

Browse files
committed
Merge branch 'chore/remove-slf4j-azure-v2' of https://github.com/swagatika60/plugin-azure into chore/remove-slf4j-azure-v2
2 parents d625f31 + 41569ba commit 189d2f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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 }}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.1.5-SNAPSHOT
1+
version=1.2.1-SNAPSHOT
22
kestraVersion=1.1.0

0 commit comments

Comments
 (0)