cic-internal-integration/.semverbot.toml

17 lines
314 B
TOML
Raw Normal View History

2021-09-08 01:29:58 +02:00
[git]
[git.config]
email = "sohailsameja@gmail.com"
name = "kamikazechaser"
2021-09-08 01:29:58 +02:00
[git.tags]
prefix = "v"
[semver]
mode = "git-commit"
2021-09-08 01:29:58 +02:00
[semver.detection]
patch = ["fix", "[fix]", "patch", "[patch]"]
minor = ["minor", "[minor]", "feat", "[feat]", "release", "[release]", "bump", "[bump]"]
major = ["BREAKING CHANGE"]