-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.release-please-config.json
More file actions
25 lines (25 loc) · 987 Bytes
/
.release-please-config.json
File metadata and controls
25 lines (25 loc) · 987 Bytes
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
{
"packages": {
"packages/react-qr-code": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"include-v-in-tag": true,
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "docs", "section": "Documentation" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "refactor", "section": "Code Refactoring" }
],
"package-name": "@lglab/react-qr-code",
"monorepo-tags": true,
"pull-request-header": "🚀 Release @lglab/react-qr-code",
"release-search-depth": 100,
"pull-request-title-pattern": "chore: release ${component} ${version}",
"extra-files": ["packages/react-qr-code/package.json"],
"path": "packages/react-qr-code"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}