From 19abb15d3acd52d6be5ea55f3820f6072cabf17b Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Tue, 17 Sep 2024 19:06:40 +0200 Subject: [PATCH] [Builds] Remove version-bump from 'updateRelease' workflow With the new reusable workflow for automated version increments in pull-requests it is not necessary anymore to bump versions in advance during release preparation. This now happens automatically as part of the PR verification and that step can therefore be removed. --- .github/workflows/updateRelease.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/updateRelease.yml b/.github/workflows/updateRelease.yml index 1d758ba7b28..d64af0e5417 100644 --- a/.github/workflows/updateRelease.yml +++ b/.github/workflows/updateRelease.yml @@ -26,17 +26,6 @@ jobs: mvn -U -Pbuild-individual-bundles -ntp org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ github.event.milestone.title }}.0-SNAPSHOT org.eclipse.tycho:tycho-versions-plugin:set-parent-version -DnewParentVersion=${{ github.event.milestone.title }}.0-SNAPSHOT - - name: Build and Bump Versions - uses: Wandalen/wretry.action@8ceaefd717b7cdae4f2637f9a433242ade421a0a # master - with: - attempt_delay: 120000 - attempt_limit: 10 - command: >- - mvn -U -Pbuild-individual-bundles -ntp - clean verify - -DskipTests - -Dcompare-version-with-baselines.skip=false - org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100 - name: Create Pull Request for Release ${{ github.event.milestone.title }} uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: