mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-10 04:23:05 +00:00
fixup! fix(config-release): update semantic versioning configuration
This commit is contained in:
+8
-12
@@ -1,22 +1,18 @@
|
|||||||
version: 1
|
version: 1
|
||||||
force:
|
force:
|
||||||
major: 1
|
major: 1
|
||||||
|
minor: 4
|
||||||
existing: true
|
existing: true
|
||||||
strict: false
|
strict: false
|
||||||
blacklist:
|
commit: 960207e4677476ad31a9f389f74eaf9f33d49613
|
||||||
- "Merge branch"
|
# tag_prefixes: (optional) prefixes to strip from existing tags
|
||||||
- "Merge pull request"
|
# Note: "v" prefix is always stripped automatically
|
||||||
- "feature/"
|
# tag_prefixes:
|
||||||
- "feature:"
|
# - "app-"
|
||||||
|
# - "service-"
|
||||||
wording:
|
wording:
|
||||||
patch:
|
|
||||||
- update
|
|
||||||
- initial
|
|
||||||
- fix
|
|
||||||
minor:
|
minor:
|
||||||
- change
|
- change
|
||||||
- improve
|
- improve
|
||||||
major:
|
major:
|
||||||
- breaking
|
- breaking
|
||||||
release:
|
|
||||||
- release-candidate
|
|
||||||
Reference in New Issue
Block a user