Skip to content

Commit

Permalink
Plain tags for development branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Jun 1, 2024
1 parent 659463b commit a20602f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ scmVersion {
}
var p = shortened.replace('.', '-') + "-"
if (grgit.branch.current.name != "main"
&& !grgit.branch.current.name.startsWith("release")) {
&& !grgit.branch.current.name.startsWith("release")
&& !grgit.branch.current.name.startsWith("develop")) {
p = p + grgit.branch.current.name.replace('/', '-') + "-"
}
prefix = p
Expand Down

0 comments on commit a20602f

Please sign in to comment.