We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3406655 commit 551753cCopy full SHA for 551753c
1 file changed
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
increment: patch
81
82
- name: Bump version numbers for next cycle
83
- run: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ steps.next-version.outputs.version }}
+ run: mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ steps.next-version.outputs.version }}-SNAPSHOT
84
85
- name: Commit version number change
86
run: |
0 commit comments