pages/node_modules/@hbstack/node-packages/release-please-config.json
git_repo_user 0a38b60f32 first commit
2025-08-29 21:42:23 +00:00

22 lines
858 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"bootstrap-sha": "0431988f7a404d173cd18b6eb8ad1564e8be9a0b",
"monorepo-tags": false,
"changelog-sections": [
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "ci", "section": "Continuous Integration" },
{ "type": "docs", "section": "Documentation 📝" },
{ "type": "feat", "section": "Features ✨" },
{ "type": "feature", "section": "Features ✨" },
{ "type": "fix", "section": "Bug Fixes 🐞" },
{ "type": "perf", "section": "Performance Improvements ⚡️" },
{ "type": "style", "section": "Styles 🎨" }
],
"packages": {
".": {
"exclude-paths": [
]
}
}
}