Skip to content

Commit

Permalink
Merge pull request playframework#721 from mkurz/dynverVTagPrefix
Browse files Browse the repository at this point in the history
Use dynverVTagPrefix
  • Loading branch information
mkurz authored Dec 8, 2023
2 parents bb2f4ed + a75c0ef commit 382474d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val mimaSettings = Seq(
)

// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
ThisBuild / dynverTagPrefix := ""
ThisBuild / dynverVTagPrefix := false

// Sanity-check: assert that version comes from a tag (e.g. not a too-shallow clone)
// https://github.com/dwijnand/sbt-dynver/#sanity-checking-the-version
Expand Down

0 comments on commit 382474d

Please sign in to comment.