Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 692 Bytes

0.6.markdown

File metadata and controls

5 lines (4 loc) · 692 Bytes
  • #17 Added setting for customizing the tag comment. Thanks Eric Bowman.
  • #18 Some release steps didn't properly use the default choice for non-interactive builds (with-defaults).
  • Added setting for customizing the commit message (defaults to Setting version to x.y.z).
  • #19 Make tagName, tagComment and commitMessage a TaskKey[String], so they are only evaluated when they're needed (i.e. during a release instead of everytime sbt is started). Thanks again, Eric Bowman.