Skip to content

Commit f8aa136

Browse files
author
Petr Sramek
committed
test
1 parent cef9550 commit f8aa136

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitversion/version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ branches:
3939
# Release branch - branch tracks history for specific version
4040
release:
4141
mode: ContinuousDeployment
42-
regex: ^(release[\/][\d]+\.[\d]+)$
42+
regex: ^(release[\/][\d]+\.[\d]+)
4343
increment: Inherit
4444
is-release-branch: true
4545
# Preview branch - branch accumulates changes for specific version before it is first released
4646
preview:
4747
mode: ContinuousDeployment
48-
regex: ^(release[\/][\d]+\.[\d]+\/preview)$
48+
regex: ^(release[\/][\d]+\.[\d]+\/preview)
4949
increment: Inherit
5050
source-branches:
5151
- release
@@ -61,7 +61,7 @@ branches:
6161
# Support branch - branch accumulates changes for specific version after it was first released
6262
support:
6363
mode: ContinuousDeployment
64-
regex: ^(release[\/][\d]+\.[\d]+\/support)$
64+
regex: ^(release[\/][\d]+\.[\d]+\/support)
6565
increment: Inherit
6666
source-branches:
6767
- release
@@ -79,7 +79,7 @@ branches:
7979
mode: ContinuousDeployment
8080
label: '{BranchName}'
8181
increment: Inherit
82-
regex: ^feature?[/-](?<BranchName>.+)$
82+
regex: ^feature?[/-](?<BranchName>.+)
8383
tracks-release-branches: true
8484
source-branches:
8585
- preview

0 commit comments

Comments
 (0)