Hi!
Is it possible with sbt-release plugin to provide versioning flow as follows:
- 0.0.1
- then someone during spring merges his/her branch and sbt-release bump version to 0.0.2.1-SNAPSHOT
- then another one 0.0.2.2-SNAPSHOT and so on
- next sprint ends and we would like to release version 0.0.2
I know that currently there is a possibility to cut SNAPSHOT part, commit change and then bump patch segment and add SNAPSHOT postfix, but is there a possibility to AUTOMATICALY perform presented above workflow?