Skip to content

Commit de480b6

Browse files
CopilotHnogared
authored andcommitted
fix: Revert accidental GitVersion.yml modification
Co-authored-by: Hnogared <[email protected]>
1 parent 2614a25 commit de480b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

GitVersion.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mode: ContinuousDelivery
2-
branches: {}
3-
ignore:
4-
sha: []
5-
merge-message-formats: {}
1+
mode: ManualDeployment
2+
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-,/\\\\]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
3+
minor-version-bump-message: "^(feat)(\\([\\w\\s-,/\\\\]*\\))?:"
4+
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-,/\\\\]*\\))?:"
5+
workflow: TrunkBased/preview1

0 commit comments

Comments
 (0)