forked from ipfs/ipfs-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-please-config.json
26 lines (26 loc) · 1.02 KB
/
release-please-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"bootstrap-sha": "ef61c998865ee90731e0bd495cc825a43c6fac60",
"group-pull-request-title-pattern": "chore${scope}: release${component} v${version}",
"extra-files": [],
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"release-type": "node",
"draft": true,
"draft-pull-request": true,
"prerelease": false,
"plugins": ["@ipfs-shipyard/release-please-ipfs-plugin"],
"changelog-type": "github",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Trivial Changes", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "deps", "section": "Dependencies", "hidden": false },
{ "type": "refactor", "section": "Refactors", "hidden": false }
],
"packages": {
".": {}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}