summaryrefslogtreecommitdiff
path: root/release-please-config.json
blob: 552c3950c549a3f349bbc99dd5701631015e9c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
  "bump-minor-pre-major": true,
  "bump-patch-for-minor-pre-major": true,
  "include-v-in-tag": true,
  "include-component-in-tag": false,
  "release-type": "maven",
  "packages": {
    ".": {
      "package-name": "DNPMHelper",
      "extra-files": [{
        "type": "generic",
        "path": "src/main/java/dev/dnpm/oshelper/analyzer/IPluginPart.java"
      }]
    }
  }
}