Skip to content

Commit 42d48be

Browse files
SONARJAVA-6193 Bump version using automated release and Maven (#5523)
1 parent 7fadf7e commit 42d48be

2 files changed

Lines changed: 3 additions & 16 deletions

File tree

.github/workflows/PrepareNextIteration.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Prepare Next Development Iteration
22

33
on:
4-
workflow_call:
5-
inputs:
6-
version:
7-
required: true
8-
type: string
94
workflow_dispatch:
105
inputs:
116
version:

.github/workflows/automated-release.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ jobs:
7373
use-jira-sandbox: ${{ github.event.inputs.dry-run == 'true' }}
7474
is-draft-release: ${{ github.event.inputs.dry-run == 'true' }}
7575
issue-categories: "Feature,False Positive,False Negative,Bug,Security,Maintenance"
76-
77-
bump_versions:
78-
name: Bump versions
79-
if: ${{ github.event.inputs.bump-version == 'true' }}
80-
needs: release
81-
uses: ./.github/workflows/PrepareNextIteration.yml
82-
permissions:
83-
contents: write
84-
pull-requests: write
85-
with:
86-
version: ${{ needs.release.outputs.new-version }}
76+
bump-version: ${{ github.event.inputs.bump-version == 'true' }}
77+
bump-version-normalize: true
78+
bump-version-tool: maven

0 commit comments

Comments
 (0)