-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
25 lines (25 loc) · 1.25 KB
/
release-please-config.json
File metadata and controls
25 lines (25 loc) · 1.25 KB
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": {
".": {
"release-type": "node",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false,
"include-v-in-tag": true,
"include-component-in-tag": false,
"always-bump-patch": true,
"pull-request-header": "📦 Release Preparation",
"pull-request-footer": "\n\n## 🚀 How to Release\n\n1. **Review** the changelog and version bump in this PR\n2. **Merge this PR** to trigger the release\n3. After merging, the workflow will:\n - Create a GitHub release with tag `{{version}}`\n - Publish to npm automatically\n\n⚠️ **Note**: The release has NOT been created yet. It will only be created after you merge this PR.",
"bootstrap-sha": "70e3c175e69c54fe5a503bfbb34f4a68f6d646fe",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false }
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}