- [New] #5: Added the key
tagName: SettingKey[String]("release-tag-name")
for easier customization of the used git tag name. Default setting:tagName <<= (version in ThisBuild)(v => "v"+v)
- [Fix] #6: The git command on Windows should be
git.exe
. Preliminary fix until the sbt-git-plugin is ready. - [Improvement] #7: Tests are not executed after setting the release version anymore (only before the switch).