github_url = "https://github.com/your-tools/lockdiff/" [version] current = "1.1.7" regex = ''' (?P\d+) \. (?P\d+) \. (?P\d+) ''' [git] message_template = "Bump to {new_version}" tag_template = "{new_version}" [[file]] src = "Cargo.toml" [[before_commit]] name = "Re-generate Cargo.lock and run tests" cmd = "cargo test" [[after_push]] name = "publish" cmd = "cargo publish"