mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
99338e8527
- [x] Remove hardcoded major version (1) - [x] Remove hardcoded minor version (4) - [x] Remove hardcoded commit hash override
15 lines
281 B
YAML
15 lines
281 B
YAML
version: 1
|
|
force:
|
|
existing: true
|
|
strict: false
|
|
# tag_prefixes: (optional) prefixes to strip from existing tags
|
|
# Note: "v" prefix is always stripped automatically
|
|
# tag_prefixes:
|
|
# - "app-"
|
|
# - "service-"
|
|
wording:
|
|
minor:
|
|
- change
|
|
- improve
|
|
major:
|
|
- breaking |