mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-08 23:03:44 +00:00
fix(config-release): remove hardcoded version and commit overrides
- [x] Remove hardcoded major version (1) - [x] Remove hardcoded minor version (4) - [x] Remove hardcoded commit hash override
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
version: 1
|
version: 1
|
||||||
force:
|
force:
|
||||||
major: 1
|
|
||||||
minor: 4
|
|
||||||
existing: true
|
existing: true
|
||||||
strict: false
|
strict: false
|
||||||
commit: 960207e4677476ad31a9f389f74eaf9f33d49613
|
|
||||||
# tag_prefixes: (optional) prefixes to strip from existing tags
|
# tag_prefixes: (optional) prefixes to strip from existing tags
|
||||||
# Note: "v" prefix is always stripped automatically
|
# Note: "v" prefix is always stripped automatically
|
||||||
# tag_prefixes:
|
# tag_prefixes:
|
||||||
|
|||||||
Reference in New Issue
Block a user