Skip to content

Commit 288531e

Browse files
author
Petr Sramek
committed
dsfgsfrw
1 parent 070cc7d commit 288531e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.gitversion/version.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Global settings
2-
assembly-versioning-format: '{Major}.{Minor}.{Patch}.{env:BUILD_NUMBER ?? 0}'
3-
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{env:BUILD_NUMBER ?? 0}'
2+
assembly-versioning-format: MajorMinorPatchTag
3+
assembly-file-versioning-format: MajorMinorPatchTag
4+
assembly-informational-format: "{FullSemVer}"
45
tag-prefix: '[vV]?'
56
version-in-branch-pattern: (?<version>[vV]?\d+(\.\d+)?(\.\d+)?).*
67
major-version-bump-message: ''
@@ -113,4 +114,12 @@ branches:
113114
label: '{BranchName}'
114115
increment: Inherit
115116
regex: (?<BranchName>.+)
116-
source-branches: [ 'main', 'release', 'preview', 'hotfix', 'support', 'support', 'bugfix', 'feature', 'pull-request' ]
117+
source-branches:
118+
- main
119+
- release
120+
- preview
121+
- hotfix
122+
- support
123+
- bugfix
124+
- feature
125+
- pull-request

0 commit comments

Comments
 (0)