Initial commit
This commit is contained in:
55
release-please-config.json
Normal file
55
release-please-config.json
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||
"release-type": "node",
|
||||
"include-component-in-tag": true,
|
||||
"separate-pull-requests": false,
|
||||
"bump-minor-pre-major": false,
|
||||
"bump-patch-for-minor-pre-major": true,
|
||||
"draft-pull-request": false,
|
||||
"prerelease": false,
|
||||
"changelog-sections": [
|
||||
{ "type": "feat", "section": "Features" },
|
||||
{ "type": "fix", "section": "Bug Fixes" },
|
||||
{ "type": "perf", "section": "Performance" },
|
||||
{ "type": "refactor", "section": "Refactoring" },
|
||||
{ "type": "docs", "section": "Documentation" },
|
||||
{ "type": "revert", "section": "Reverts" },
|
||||
{ "type": "test", "section": "Tests", "hidden": true },
|
||||
{ "type": "chore", "section": "Chores", "hidden": true },
|
||||
{ "type": "ci", "section": "CI", "hidden": true },
|
||||
{ "type": "build", "section": "Build", "hidden": true },
|
||||
{ "type": "style", "section": "Style", "hidden": true }
|
||||
],
|
||||
"packages": {
|
||||
".": {
|
||||
"package-name": "template-vertical",
|
||||
"component": "template",
|
||||
"changelog-path": "CHANGELOG.md"
|
||||
},
|
||||
"packages/auth": {
|
||||
"package-name": "@repo/auth",
|
||||
"component": "auth",
|
||||
"changelog-path": "CHANGELOG.md"
|
||||
},
|
||||
"packages/blog": {
|
||||
"package-name": "@repo/blog",
|
||||
"component": "blog",
|
||||
"changelog-path": "CHANGELOG.md"
|
||||
},
|
||||
"packages/media": {
|
||||
"package-name": "@repo/media",
|
||||
"component": "media",
|
||||
"changelog-path": "CHANGELOG.md"
|
||||
},
|
||||
"packages/marketing-pages": {
|
||||
"package-name": "@repo/marketing-pages",
|
||||
"component": "marketing-pages",
|
||||
"changelog-path": "CHANGELOG.md"
|
||||
},
|
||||
"packages/navigation": {
|
||||
"package-name": "@repo/navigation",
|
||||
"component": "navigation",
|
||||
"changelog-path": "CHANGELOG.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user