mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-26 02:48:56 +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
|
version: 1
|
||||||
force:
|
force:
|
||||||
major: 1
|
major: 1
|
||||||
minor: 4
|
|
||||||
existing: true
|
existing: true
|
||||||
strict: false
|
strict: false
|
||||||
commit: 960207e4677476ad31a9f389f74eaf9f33d49613
|
blacklist:
|
||||||
# tag_prefixes: (optional) prefixes to strip from existing tags
|
- "Merge branch"
|
||||||
# Note: "v" prefix is always stripped automatically
|
- "Merge pull request"
|
||||||
# tag_prefixes:
|
- "feature/"
|
||||||
# - "app-"
|
- "feature:"
|
||||||
# - "service-"
|
|
||||||
wording:
|
wording:
|
||||||
patch:
|
patch:
|
||||||
- update
|
- update
|
||||||
@@ -19,4 +17,6 @@ wording:
|
|||||||
- change
|
- change
|
||||||
- improve
|
- improve
|
||||||
major:
|
major:
|
||||||
- breaking
|
- breaking
|
||||||
|
release:
|
||||||
|
- release-candidate
|
||||||
|
|||||||
Reference in New Issue
Block a user