* sbt-dynver derives previousStableVersion (by default) from git tags (tags starting with `v`) * it would be nice to make this optionally configurable so that users could set it up so that only `v1.2.3` style tags are considered * tags like `v1.2.3-M0` and `v1.2.3-RC0` could be ignored https://github.com/sbt/sbt-dynver/blob/52050ceda485d46ea8343201ed99a05572253f19/sbtdynver/src/main/scala/sbtdynver/DynVerPlugin.scala#L44