mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
b8a15788ee
* 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
13 lines
143 B
YAML
13 lines
143 B
YAML
version: 1
|
|
force:
|
|
major: 1
|
|
wording:
|
|
patch:
|
|
- update
|
|
- initial
|
|
- fix
|
|
minor:
|
|
- change
|
|
- improve
|
|
major:
|
|
- breaking |