axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

add -SNAPSHOT even when on a tag

Open david0 opened this issue 2 years ago • 2 comments

Hi, for consistency we would like to always append -SNAPSHOT even if we are on tag (for feature branches).

Is there a way to always force -SNAPSHOT?

david0 avatar Apr 14 '23 08:04 david0

Hi @david0

Would this help you? https://axion-release-plugin.readthedocs.io/en/latest/configuration/force_version/#force-snapshot-version

tacascer avatar Aug 09 '23 02:08 tacascer

Hm, I don't think so since that would also force master to be SNAPSHOT then.

We are looking for a solution that works on the developers PC as well as on the CI, so adding parameters to the gradle in special conditions does not seem feasible to me in general.

david0 avatar Aug 09 '23 09:08 david0