mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-02-15 01:02:48 +00:00
20 lines
597 B
JSON
20 lines
597 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
"packages/ui": {
|
|
"release-type": "node",
|
|
"package-name": "@ocelot-social/ui",
|
|
"changelog-path": "CHANGELOG.md",
|
|
"include-component-in-tag": true,
|
|
"component": "ui",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"draft": false,
|
|
"prerelease": false
|
|
}
|
|
},
|
|
"separate-pull-requests": true,
|
|
"pull-request-title-pattern": "chore(${component}): release ${version}",
|
|
"include-v-in-tag": true
|
|
}
|