Skip to content

Commit 48e0359

Browse files
committed
chore(template): sync with dailydevops/dotnet-template [skip ci]
1 parent 0aad23a commit 48e0359

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
# Every time I update this file without changing the content, I increment this counter.
7-
# Counter: 21
7+
# Counter: 22
88

99
version: 2
1010
updates:

GitVersion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mode: MainLine # Only add this if you want every version to be created automatically on your main branch.
1+
mode: ManualDeployment
22
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
33
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
4-
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"
4+
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"

0 commit comments

Comments
 (0)