fix(config-release): update semantic versioning configuration

- [x] Remove minor version override (4)
- [x] Remove commit hash reference
- [x] Add blacklist for merge commits and feature branch patterns
- [x] Add release-candidate to major wording triggers
- [x] Remove commented tag_prefixes section
This commit is contained in:
2026-01-09 13:47:17 +00:00
parent 21b87300cc
commit c2a7a4e156
+8 -8
View File
@@ -1,15 +1,13 @@
version: 1
force:
major: 1
minor: 4
existing: true
strict: false
commit: 960207e4677476ad31a9f389f74eaf9f33d49613
# tag_prefixes: (optional) prefixes to strip from existing tags
# Note: "v" prefix is always stripped automatically
# tag_prefixes:
# - "app-"
# - "service-"
blacklist:
- "Merge branch"
- "Merge pull request"
- "feature/"
- "feature:"
wording:
patch:
- update
@@ -19,4 +17,6 @@ wording:
- change
- improve
major:
- breaking
- breaking
release:
- release-candidate