-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathGitVersion.yml
31 lines (30 loc) · 945 Bytes
/
GitVersion.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# next-version: 0.1.1.0
mode: Mainline
# increment: Inherit
branches: {}
ignore:
sha: []
update-build-number: true
commit-message-incrementing: Enabled
# next-version: 1.0
# assembly-versioning-scheme: MajorMinorPatch
# assembly-file-versioning-scheme: MajorMinorPatch
# assembly-informational-format: '{InformationalVersion}'
# mode: ContinuousDelivery
# increment: Inherit
# continuous-delivery-fallback-tag: ci
# tag-prefix: '[vV]'
# major-version-bump-message: '\+semver:\s?(breaking|major)'
# minor-version-bump-message: '\+semver:\s?(feature|minor)'
# patch-version-bump-message: '\+semver:\s?(fix|patch)'
# no-bump-message: '\+semver:\s?(none|skip)'
# legacy-semver-padding: 4
# build-metadata-padding: 4
# commits-since-version-source-padding: 4
# tag-pre-release-weight: 60000
# commit-message-incrementing: Enabled
# ignore:
# sha: []
# commits-before: yyyy-MM-ddTHH:mm:ss
# merge-message-formats: {}
# update-build-number: true