Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 618 Bytes

0.3.markdown

File metadata and controls

3 lines (3 loc) · 618 Bytes
  • [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).