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 of 99338e8 which was undone by the later fixup
commits a77bc0c and 5f205e9.

Also fixes 2-space leading indentation.
This commit is contained in:
2026-05-21 03:43:25 +01:00
parent b555e410cc
commit 99b8bf937b
+10 -13
View File
@@ -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