Skip to content

Commit 2014da5

Browse files
SONARJAVA-6150 Automated Release: Add Jira issue categories (#5484)
1 parent 872967d commit 2014da5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/automated-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ on:
4040
description: "Integrate into SQS"
4141
type: boolean
4242
default: true
43+
issue-categories:
44+
description: "Jira issue categories to include in the release notes"
45+
required: false
46+
type: string
47+
default: "Feature,False Positive,False Negative,Bug,Security,Maintenance"
4348

4449
jobs:
4550
release:
@@ -70,6 +75,7 @@ jobs:
7075
verbose: ${{ github.event.inputs.verbose == 'true' }}
7176
use-jira-sandbox: ${{ github.event.inputs.dry-run == 'true' }}
7277
is-draft-release: ${{ github.event.inputs.dry-run == 'true' }}
78+
issue-categories: ${{ github.event.inputs.issue-categories }}
7379

7480
bump_versions:
7581
name: Bump versions

0 commit comments

Comments
 (0)