Skip to content

Commit 8476eab

Browse files
committed
[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.
1 parent 50c43b7 commit 8476eab

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/updateRelease.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ jobs:
2626
mvn -U -Pbuild-individual-bundles -ntp
2727
org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
2828
org.eclipse.tycho:tycho-versions-plugin:set-parent-version -DnewParentVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
29-
- name: Build and Bump Versions
30-
uses: Wandalen/wretry.action@ffdd254f4eaf1562b8a2c66aeaa37f1ff2231179 # master
31-
with:
32-
attempt_delay: 120000
33-
attempt_limit: 10
34-
command: >-
35-
mvn -U -Pbuild-individual-bundles -ntp
36-
clean verify
37-
-DskipTests
38-
-Dcompare-version-with-baselines.skip=false
39-
org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100
4029
- name: Create Pull Request for Release ${{ github.event.milestone.title }}
4130
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
4231
with:

0 commit comments

Comments
 (0)