Add "testing" to branches with default versioning.
This commit is contained in:
parent
2d51421e19
commit
3d446836b5
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ if (shortened == "manager") {
|
|||
var tagName = shortened.replace('.', '-') + "-"
|
||||
if (grgit.branch.current.name != "main"
|
||||
&& grgit.branch.current.name != "HEAD"
|
||||
&& !grgit.branch.current.name.startsWith("testing")
|
||||
&& !grgit.branch.current.name.startsWith("release")
|
||||
&& !grgit.branch.current.name.startsWith("develop")) {
|
||||
tagName = tagName + grgit.branch.current.name.replace('/', '-') + "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue