mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-09 23:09:24 +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
|
||||
force:
|
||||
major: 1
|
||||
minor: 16 # Start from v1.16.x
|
||||
existing: true
|
||||
strict: false
|
||||
commit: 960207e4677476ad31a9f389f74eaf9f33d49613
|
||||
wording:
|
||||
minor:
|
||||
- change
|
||||
- improve
|
||||
major:
|
||||
- breaking
|
||||
version: 1
|
||||
force:
|
||||
existing: true
|
||||
strict: false
|
||||
wording:
|
||||
minor:
|
||||
- change
|
||||
- improve
|
||||
major:
|
||||
- breaking
|
||||
|
||||
Reference in New Issue
Block a user