forked from daltskin/SmartThingsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGitVersion.yml
More file actions
24 lines (23 loc) · 739 Bytes
/
GitVersion.yml
File metadata and controls
24 lines (23 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
mode: Mainline
next-version: 0.8.0
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}'
assembly-informational-format: '{FullBuildMetaData}'
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)'
commit-message-incrementing: Enabled
merge-message-formats: {}
branches:
master:
track-merge-target: false
tracks-release-branches: false
is-release-branch: false
is-mainline: true
increment: Patch
prevent-increment-of-merged-branch-version: true
# mode: ContinuousDelivery
tag: ''
ignore:
sha: []