[version] current = "0.20.0" regex = ''' (?P\d+) \. (?P\d+) \. (?P\d+) ''' [git] message_template = "Bump to {new_version}" tag_template = "v{new_version}" [[file]] src = "Cargo.toml" [[before_push]] name = "Check changelog" cmd = "grep {new_version} CHANGELOG.md" [[before_push]] name = "Run tests" cmd = "cargo test" [[after_push]] name = "publish" cmd = "cargo publish"