Skip to content

Commit

Permalink
Version increment automation: task rename updateVersion
Browse files Browse the repository at this point in the history
Signed-off-by: pgodithi <pgodithi@amazon.com>
  • Loading branch information
prudhvigodithi committed Jul 12, 2022
1 parent 5673058 commit 615a016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensearch-observability/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ if (!usingRemoteCluster && !usingMultiNode) {

apply from: 'build-tools/pkgbuild.gradle'

// versionIncrement: Task to auto increment to the next development iteration
task versionIncrement {
// updateVersion: Task to auto increment to the next development iteration
task updateVersion {
onlyIf { System.getProperty('newVersion') }
doLast {
ext.newVersion = System.getProperty('newVersion')
Expand Down

0 comments on commit 615a016

Please sign in to comment.