mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2025-12-06 08:01:59 +01:00
Hopefully fix the release not incrementing or commiting
This commit is contained in:
parent
6150206edb
commit
c63b09a047
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -133,6 +133,7 @@ pipeline {
|
|||
}
|
||||
sh "git tag -a ${VERSION_TAG} -m 'Release tag ${VERSION_TAG}'"
|
||||
sh "mvn -P windows,linux,osx,wintab -Dmaven.antrun.skip -Dmaven.test.skip -DskipTests -DskipITs deploy"
|
||||
sh "mvn -P windows,linux,osx,wintab,release versions:revert"
|
||||
sh "mvn -P windows,linux,osx,wintab,release versions:set -DnextSnapshot"
|
||||
sh "git commit -m 'Next development release' ."
|
||||
sh "git push"
|
||||
|
|
|
|||
Loading…
Reference in a new issue