Skip to content

Commit f9f816e

Browse files
author
Petr Sramek
committed
xzczd
1 parent 3928902 commit f9f816e

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
@@ -1,25 +1,25 @@
11
mode: ContinuousDeployment
22

3+
# Formats
34
assembly-versioning-format: '{Major}.{Minor}.{CommitsSinceVersionSource}'
45
assembly-file-versioning-format: '{Major}.{Minor}.{CommitsSinceVersionSource}'
56
assembly-informational-format: '{Major}.{Minor}.{CommitsSinceVersionSource}'
7+
commit-date-format: "yyyy-MM-dd"
68

9+
# Incrementing
710
increment: Patch
811
continuous-delivery-fallback-tag: ci
912
tag-prefix: "[vV]"
10-
1113
# Padding
1214
build-metadata-padding: 0
1315
commits-since-version-source-padding: 4
1416
legacy-semver-padding: 0
1517
# Message bumping
18+
commit-message-incrementing: Disabled
1619
major-version-bump-message: '\+semver:\s?(breaking|major)'
1720
minor-version-bump-message: '\+semver:\s?(feature|minor)'
1821
patch-version-bump-message: '\+semver:\s?(fix|patch)'
1922
no-bump-message: '\+semver:\s?(none|skip)'
20-
21-
commit-message-incrementing: Disabled
22-
commit-date-format: "yyyy-MM-dd"
2323
ignore:
2424
sha: []
2525
branches:

0 commit comments

Comments
 (0)