summaryrefslogtreecommitdiffstats
path: root/.github/release-please-config.json
blob: 2a16c5b22f5c9f124998f124f7254b89fa283a49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "packages": {
    ".": {
      "package-name": "bash-completion",
      "release-type": "simple",
      "include-component-in-tag": false,
      "include-v-in-tag": false
    }
  },
  "pull-request-title-pattern": "chore: release${component} ${version}",
  "extra-files": [
    "bash_completion",
    "configure.ac"
  ]
}