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
+3 -6
View File
@@ -1,11 +1,8 @@
version: 1 version: 1
force: force:
major: 1
minor: 16 # Start from v1.16.x
existing: true existing: true
strict: false strict: false
commit: 960207e4677476ad31a9f389f74eaf9f33d49613 wording:
wording:
minor: minor:
- change - change
- improve - improve