From fc0fbb1732e14465fdfd0c2b50f9696f77943c10 Mon Sep 17 00:00:00 2001 From: Tomasz Tylenda Date: Wed, 11 Mar 2026 15:09:01 +0100 Subject: [PATCH] Bump version in automated release with Maven --- .github/workflows/PrepareNextIteration.yml | 5 ----- .github/workflows/automated-release.yml | 14 +++----------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/PrepareNextIteration.yml b/.github/workflows/PrepareNextIteration.yml index 83c3f14248..34a8a54f8a 100644 --- a/.github/workflows/PrepareNextIteration.yml +++ b/.github/workflows/PrepareNextIteration.yml @@ -1,11 +1,6 @@ name: Prepare Next Development Iteration on: - workflow_call: - inputs: - version: - required: true - type: string workflow_dispatch: inputs: version: diff --git a/.github/workflows/automated-release.yml b/.github/workflows/automated-release.yml index fed3d63190..37e50ff333 100644 --- a/.github/workflows/automated-release.yml +++ b/.github/workflows/automated-release.yml @@ -73,14 +73,6 @@ jobs: use-jira-sandbox: ${{ github.event.inputs.dry-run == 'true' }} is-draft-release: ${{ github.event.inputs.dry-run == 'true' }} issue-categories: "Feature,False Positive,False Negative,Bug,Security,Maintenance" - - bump_versions: - name: Bump versions - if: ${{ github.event.inputs.bump-version == 'true' }} - needs: release - uses: ./.github/workflows/PrepareNextIteration.yml - permissions: - contents: write - pull-requests: write - with: - version: ${{ needs.release.outputs.new-version }} + bump-version: ${{ github.event.inputs.bump-version == 'true' }} + bump-version-normalize: true + bump-version-tool: maven