-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-please-config.json
30 lines (30 loc) · 1.2 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
27
28
29
30
{
"last-release-sha": "cffbdf8deff5522516124615e694ee9754c23e07",
"bump-minor-pre-major": true,
"include-component-in-tag": true,
"include-v-in-tag": false,
"tag-separator": "@",
"pull-request-header": ":robot: release created",
"group-pull-request-title-pattern": "chore: batch release ${branch}",
"plugins": ["node-workspace"],
"release-type": "node",
"changelog-sections": [
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "docs", "section": "Documentation" },
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true }
],
"packages": {
"astro-portabletext": {
"package-name": "astro-portabletext"
}
}
}