We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361b498 commit b5125dbCopy full SHA for b5125db
.gitversion/version.yml
@@ -10,17 +10,22 @@ commit-date-format: "yyyy-MM-dd"
10
increment: Patch
11
continuous-delivery-fallback-tag: ci
12
tag-prefix: "[vV]"
13
+
14
# Padding
15
build-metadata-padding: 0
16
commits-since-version-source-padding: 4
17
legacy-semver-padding: 0
18
19
# Automatic bumping
20
commit-message-incrementing: Disabled
21
major-version-bump-message: '\+semver:\s?(breaking|major)'
22
minor-version-bump-message: '\+semver:\s?(feature|minor)'
23
patch-version-bump-message: '\+semver:\s?(fix|patch)'
24
no-bump-message: '\+semver:\s?(none|skip)'
25
26
+# Patterns
27
+version-in-branch-pattern: (?<version>[vV]?\d+(\.\d+)?(\.\d+)?).*
28
29
ignore:
30
sha: []
31
branches:
0 commit comments