Skip to content

Commit

Permalink
fix(gsemver): gsemver configuration file is missing (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengqi authored Mar 12, 2024
1 parent 646986f commit 3c672a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gsemver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
majorPattern: "(?:^.+\!:.*$|(?m)^BREAKING CHANGE:.*$)"
minorPattern: "^(?:feat|chore|build|ci|refactor|perf)(?:\(.+\))?:.*$"
bumpStrategies:
- branchesPattern: "^(main|master|release/.*)$"
strategy: "AUTO"
preRelease: false
preReleaseTemplate:
preReleaseOverwrite: false
buildMetadataTemplate:
- branchesPattern: ".*"
strategy: "AUTO"
preRelease: false
preReleaseTemplate:
preReleaseOverwrite: false
buildMetadataTemplate: "{{.Commits | len}}.{{(.Commits | first).Hash.Short}}"

0 comments on commit 3c672a0

Please sign in to comment.