You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I trigger the release from a branch where my project's version (maintained in the gradle.properties file) ends with -SNAPSHOT, the plugin will postfix the new version set during the new version commit with -SNAPSHOT.
When i trigger the release from a branch where my project's version does not end with -SNAPSHOT (e.g. 1.0.1), then the plugin will not postfix the new version set during the new version commit with -SNAPSHOT.
I would like to achieve the following behavior:
I want to have the new version defined during the new version commit to always be postfixed with -SNAPSHOT. Is this possible?
The text was updated successfully, but these errors were encountered:
I'm using this plugin in a project with minimal configuration:
I have observed the following behavior:
gradle.properties
file) ends with-SNAPSHOT
, the plugin will postfix the new version set during the new version commit with-SNAPSHOT
.-SNAPSHOT
(e.g. 1.0.1), then the plugin will not postfix the new version set during the new version commit with-SNAPSHOT
.I would like to achieve the following behavior:
-SNAPSHOT
. Is this possible?The text was updated successfully, but these errors were encountered: