mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-12 04:40:43 +00:00
fix(config-release): remove hardcoded force.commit and force.minor
The hardcoded force.commit (960207e4, from 2022) combined with force.minor: 16 made semver-generator emit deterministic versions that already existed as tags (v1.16.1-v1.16.5), causing goreleaser to fail with 'git tag vX was not made against commit HEAD'. Restores the intent of99338e8which was undone by the later fixup commitsa77bc0cand5f205e9. Also fixes 2-space leading indentation.
This commit is contained in:
+10
-13
@@ -1,13 +1,10 @@
|
|||||||
version: 1
|
version: 1
|
||||||
force:
|
force:
|
||||||
major: 1
|
existing: true
|
||||||
minor: 16 # Start from v1.16.x
|
strict: false
|
||||||
existing: true
|
wording:
|
||||||
strict: false
|
minor:
|
||||||
commit: 960207e4677476ad31a9f389f74eaf9f33d49613
|
- change
|
||||||
wording:
|
- improve
|
||||||
minor:
|
major:
|
||||||
- change
|
- breaking
|
||||||
- improve
|
|
||||||
major:
|
|
||||||
- breaking
|
|
||||||
|
|||||||
Reference in New Issue
Block a user