lukaszraczylo
99b8bf937b
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.
2026-05-21 03:43:25 +01:00
lukaszraczylo
5f205e9856
fixup! fixup! fix(config-release): remove hardcoded version and commit overrides
2026-01-09 14:15:16 +00:00
lukaszraczylo
a77bc0c7ae
fixup! fix(config-release): remove hardcoded version and commit overrides
2026-01-09 14:03:20 +00:00
lukaszraczylo
99338e8527
fix(config-release): remove hardcoded version and commit overrides
...
- [x] Remove hardcoded major version (1)
- [x] Remove hardcoded minor version (4)
- [x] Remove hardcoded commit hash override
2026-01-09 13:58:45 +00:00
lukaszraczylo
911513c106
fixup! fix(config-release): update semantic versioning configuration
2026-01-09 13:48:52 +00:00
lukaszraczylo
c2a7a4e156
fix(config-release): update semantic versioning configuration
...
- [x] Remove minor version override (4)
- [x] Remove commit hash reference
- [x] Add blacklist for merge commits and feature branch patterns
- [x] Add release-candidate to major wording triggers
- [x] Remove commented tag_prefixes section
2026-01-09 13:47:17 +00:00
lukaszraczylo
3a48a67c75
Improve calculation logic, add ability to strip prefixes.
2025-12-10 14:37:38 +00:00
lukaszraczylo
5878e650f7
Add missing interpretation of strict parameter from config file.
2022-02-10 16:22:13 +00:00
lukaszraczylo
559ed4ff59
Resolve issue with not parsing strict ( issue#13 )
2022-02-10 16:01:30 +00:00
lukaszraczylo
aec1e45e03
Release cleanup - remove all tags.
2022-02-10 14:40:09 +00:00
lukaszraczylo
a0fa4ee4cd
Add option to respect existing tags and adjust calculations using them.
2022-02-10 14:40:08 +00:00
lukaszraczylo
b8a15788ee
General improvements
...
* Fix calculations as per https://github.com/lukaszraczylo/semver-generator/issues/8
* Change name of default config file as per https://github.com/lukaszraczylo/semver-generator/issues/2
* Add access to private repositories as per https://github.com/lukaszraczylo/semver-generator/issues/3
* Update documentation
2021-07-27 10:22:05 +01:00
lukaszraczylo
c2efa43dcb
Add creation of docker image and github actions.
2021-05-09 03:02:27 +01:00