-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
GitVersion.yml
32 lines (32 loc) · 984 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
32
next-version: 1.0
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatchTag
assembly-informational-format: '{InformationalVersion}'
mode: ContinuousDelivery
increment: Inherit
continuous-delivery-fallback-tag: ci
tag-prefix: '[vV]|release-[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
commit-message-incrementing: Enabled
commit-date-format: 'yyyy-MM-dd'
ignore:
sha: []
commits-before: 2020-12-21T00:00:00
merge-message-formats: {}
branches:
main:
regex: ^master(\-0\.x)?$|^main(\-0\.x)?$
source-branches: []
develop:
regex: ^dev(elop)?(ment)?(\-0\.x)?$
source-branches:
- main
release:
mode: ContinuousDeployment
source-branches: ['develop']