Release versioning helper script(s) (#3110)

* Release versioning script with marker tags.

Introduces bump.sh which supports moving from version to version but
only within delimiting marker tags in the target file.

This script currently doesn't do validations or anything fancy.

* Allow bumping version according to type (major,minor,build,revision)

* bump.sh will display error if file contents are unchanged
This commit is contained in:
Jim Schubert
2019-06-24 18:22:10 -04:00
committed by GitHub
parent 034064be4c
commit 6b428d65f6
22 changed files with 508 additions and 68 deletions

View File

@@ -18,7 +18,9 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version>
<!-- /RELEASE_VERSION -->
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>