if-changed 0.3.4

A pre-submit for file changes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "bump-minor-pre-major": true,
  "bump-patch-for-minor-pre-major": true,
  "initial-version": "0.1.0",
  "packages": {
    ".": {
      "release-type": "rust",
      "include-component-in-tag": false
    }
  },
  "plugins": [
    "sentence-case"
  ]
}