cic-stack/.semverbot.toml

17 lines
314 B
TOML

[git]
[git.config]
email = "sohailsameja@gmail.com"
name = "kamikazechaser"
[git.tags]
prefix = "v"
[semver]
mode = "git-commit"
[semver.detection]
patch = ["fix", "[fix]", "patch", "[patch]"]
minor = ["minor", "[minor]", "feat", "[feat]", "release", "[release]", "bump", "[bump]"]
major = ["BREAKING CHANGE"]