1515 description : " New version to release (without -SNAPSHOT; if left empty, the current minor version will be auto-incremented)"
1616 required : false
1717 type : string
18- rule-props-changed :
19- description : >
20- "@RuleProperty" changed? See SC-4654
21- type : boolean
22- default : false
2318 verbose :
2419 description : " Enable verbose logging"
2520 type : boolean
4136 type : boolean
4237 default : true
4338 bump-version :
44- description : " Create PR for next iteration"
39+ description : " Create PR to bump the next iteration version "
4540 type : boolean
4641 default : true
47- issue-categories :
48- description : " Jira issue categories to include in the release notes"
49- required : false
50- type : string
51- default : " Feature,False Positive,False Negative,Bug,Security,Maintenance"
5242
5343jobs :
5444 release :
6858 plugin-artifacts-sqc : " java"
6959 jira-project-key : " SONARJAVA"
7060 runner-environment : " github-ubuntu-latest-s"
71- rule-props-changed : ${{ github.event.inputs.rule-props-changed }}
61+ rule-props-changed : false
7262 short-description : ${{ github.event.inputs.short-description }}
7363 new-version : ${{ github.event.inputs.new-version }}
7464 sqc-integration : ${{ github.event.inputs.sqc-integration == 'true' }}
@@ -78,11 +68,11 @@ jobs:
7868 create-slvscode-ticket : ${{ github.event.inputs.ide-integration == 'true' }}
7969 branch : ${{ github.event.inputs.branch }}
8070 pm-email : " jean.jimbo@sonarsource.com"
81- slack-channel : " squad-jvm-notifs "
71+ slack-channel : " squad-jvm-releases "
8272 verbose : ${{ github.event.inputs.verbose == 'true' }}
8373 use-jira-sandbox : ${{ github.event.inputs.dry-run == 'true' }}
8474 is-draft-release : ${{ github.event.inputs.dry-run == 'true' }}
85- issue-categories : ${{ github.event.inputs.issue-categories }}
75+ issue-categories : " Feature,False Positive,False Negative,Bug,Security,Maintenance "
8676
8777 bump_versions :
8878 name : Bump versions
0 commit comments