mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
99b8bf937b
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.
11 lines
120 B
YAML
11 lines
120 B
YAML
version: 1
|
|
force:
|
|
existing: true
|
|
strict: false
|
|
wording:
|
|
minor:
|
|
- change
|
|
- improve
|
|
major:
|
|
- breaking
|