researchgate / gradle-release

gradle-release is a plugin for providing a Maven-like release process for projects using Gradle
MIT License
859 stars 223 forks source link

Can Release NonSnapShot version also #354

Open ameyadeshpande08 opened 2 years ago

ameyadeshpande08 commented 2 years ago

You can release non SnapShot version also

1.0.10 is not the Snapshot version but still able to release with this version

Just by simply giving the following command:- ./gradlew release -x test -Prelease.useAutomaticVersion=true -Prelease.releaseVersion=1.0.10 -Prelease.newVersion=1.0.4-SNAPSHOT