File tree Expand file tree Collapse file tree 2 files changed +0
-37
lines changed Expand file tree Collapse file tree 2 files changed +0
-37
lines changed Original file line number Diff line number Diff line change 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@6feedb7dedadeb826de0f45ff482b53b379a7844 # 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@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3
4231 with :
Original file line number Diff line number Diff line change 775775 </repository >
776776 </repositories >
777777 </profile >
778- <profile >
779- <!-- This provile enables automatic version bumps when running the build -->
780- <id >vb</id >
781- <properties >
782- <compare-version-with-baselines .skip>false</compare-version-with-baselines .skip>
783- </properties >
784- <build >
785- <plugins >
786- <plugin >
787- <groupId >org.eclipse.tycho</groupId >
788- <artifactId >tycho-versions-plugin</artifactId >
789- <executions >
790- <execution >
791- <id >bump</id >
792- <goals >
793- <goal >bump-versions</goal >
794- </goals >
795- <configuration >
796- <increment >100</increment >
797- </configuration >
798- </execution >
799- </executions >
800- </plugin >
801- </plugins >
802- </build >
803- </profile >
804778 <profile >
805779 <id >build-individual-bundles</id >
806780 <activation >
You can’t perform that action at this time.
0 commit comments