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 2b9e92a commit 7f125c1Copy full SHA for 7f125c1
release/pipelines.release.yml
@@ -60,8 +60,6 @@ pipelines:
60
- sed -i "s/\(version=\).*\$/\1${NEXT_VERSION}/" gradle.properties
61
- git commit -am "[artifactory-release] Release version ${NEXT_VERSION} [skipRun]" --allow-empty
62
- git tag ${NEXT_VERSION}
63
- - git push
64
- - git push --tags
65
66
# Run build and publish
67
- >
@@ -81,3 +79,4 @@ pipelines:
81
79
- sed -i "s/\(version=\).*\$/\1${NEXT_DEVELOPMENT_VERSION}/" gradle.properties
82
80
- git commit -am "[artifactory-release] Next development version [skipRun]"
83
- git push
+ - git push --tags
0 commit comments