guardrail-dev/sbt-guardrail

Pull guardrail version out of git tag

blast-hardcheese opened this issue · 1 comments

Currently, sbt-git pulls the sbt version from the current git tag. Similarly to guardrail-dev/guardrail-maven-plugin#16, making sbt pull the primary guardrail version out of the ${major}.${minor}.${guardrail-bugfix}.${plugin-bugfix} versioning scheme would enable a true CI experience, removing the need for bumping guardrail commits.

An open question about this strategy is how the build would react to having a single commit be tagged with more than one release tag.

This works, and is forward compatible with the desired end-state for the modularization work