Skip to content

Commit

Permalink
feat(dotnet): add GitVersion 6.0 config
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed Mar 27, 2024
1 parent dd4aa09 commit 7681ec8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dotnet/GitVersion6.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/GitTools/GitVersion/main/schemas/6.0/GitVersion.configuration.json
# https://gitversion.net/docs/reference/configuration
workflow: TrunkBased/v1
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"

0 comments on commit 7681ec8

Please sign in to comment.