We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849d64c commit 9ced763Copy full SHA for 9ced763
.github/workflows/checkVersions.yml
@@ -69,7 +69,7 @@ jobs:
69
command: >
70
mvn verify ${{ inputs.extra-maven-args }} -DskipTests -Dcompare-version-with-baselines.skip=false
71
org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100
72
- --threads 1C --fail-at-end --show-version
+ --update-snapshots --threads 1C --fail-at-end --show-version
73
74
- name: Commit version increments, if any
75
run: |
0 commit comments