GoogleContainerTools / minikube-build-tools-for-java

Minikube lifecycle management tools for Gradle and Maven.
Apache License 2.0
57 stars 27 forks source link

Fixes prepare_release script increment regex match. #132

Closed coollog closed 6 years ago

coollog commented 6 years ago

This does correct patch version incrementation with suffixes such as -alpha.1.

coollog commented 6 years ago

Actually, this should not do this. When we release a version with a suffix, we should have the version be set back to the previous SNAPSHOT version.

For example, release 1.0.0-alpha.1 should set the pom.xml version back to 1.0.0-SNAPSHOT.