Files
semver-generator/config.yaml
T
lukaszraczylo 1b2292f6cb Add ability to start from user specified hash.
This feature can be useful for repositories with already established versioning, but
having hundreds of commits which could potentially produce really weird results due
to lack of previous rules on wording.
2021-07-27 10:22:02 +01:00

16 lines
239 B
YAML

version: 1
force:
major: 1
# commit: 69fbe2df696f40281b9104ff073d26186cde1024
wording:
patch:
- update
- initial
- fix
minor:
- add
- change
- improve
major:
- breaking
- the # For testing purposes