breezyshim 0.1.21

Rust shim around the Breezy Python API
Documentation
1
2
3
4
5
6
7
8
9
# See https://github.com/jelmer/disperse
timeout_days: 5
tag_name: "v$VERSION"
verify_command: "cargo test"
update_version {
  path: "Cargo.toml"
  match: "^version = \"(.*)\"$"
  new_line: "version = \"$VERSION\""
}