mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
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:
+8
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user