Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit cf25537

Browse files
committed
chore(GitVersion.yml): update gitversion configuration file format
1 parent 5be9642 commit cf25537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GitVersion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
mode: ContinuousDelivery
22
branches:
33
pre:
4-
tag: 'pre'
4+
regex: 'pre'
5+
source-branches: ['master']
56
major-version-bump-message: 'BREAKING CHANGE'
67
minor-version-bump-message: '^feat[(:]'
78
patch-version-bump-message: '^fix[(:]'

0 commit comments

Comments
 (0)