ganesh 0.27.0

Minimization and sampling in Rust, simplified
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "release-type": "rust",
  "include-v-in-tag": true,
  "bump-minor-pre-major": true,
  "bump-patch-for-minor-pre-major": true,
  "include-component-in-tag": false,
  "group-pull-request-title-pattern": "chore${scope}: release${component} ${version}",
  "plugins": [{ "type": "sentence-case" }],
  "packages": {
    ".": {}
  }
}