forked from dsccommunity/WebAdministrationDsc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GitVersion.yml
32 lines (31 loc) · 874 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
mode: ContinuousDelivery
next-version: 3.1.0
major-version-bump-message: '(breaking\schange|breaking|major)\b'
minor-version-bump-message: '(adds?|features?|minor)\b'
patch-version-bump-message: '\s?(fix|patch)'
no-bump-message: '\+semver:\s?(none|skip)'
assembly-informational-format: '{NuGetVersionV2}+Sha.{Sha}.Date.{CommitDate}'
branches:
master:
tag: preview
regex: ^main$
pull-request:
tag: PR
feature:
tag: useBranchName
increment: Minor
regex: f(eature(s)?)?[\/-]
source-branches: ['master']
hotfix:
tag: fix
increment: Patch
regex: (hot)?fix(es)?[\/-]
source-branches: ['master']
ignore:
sha: [
e429fb7a2fa7b52d3b86174c3085e1a3d3179a02,
a8975e79bb9e42fb45c337896c7ae6c6c5b25509,
a555b63949f64d2e90b6210c816e5cd0fb969eb6,
66f4d972148ca61b71db4da020f074906d289851
]
merge-message-formats: {}