mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-13 12:33:08 +02:00
25 lines
851 B
JSON
25 lines
851 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "node",
|
|
"include-component-in-tag": false,
|
|
"include-v-in-tag": true,
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "chore", "section": "Improvements" },
|
|
{ "type": "refactor", "section": "Refactoring" },
|
|
{ "type": "perf", "section": "Performance" },
|
|
{ "type": "revert", "section": "Reverts" },
|
|
{ "type": "docs", "section": "Docs" },
|
|
{ "type": "style", "section": "Styling" },
|
|
{ "type": "test", "section": "Tests" },
|
|
{ "type": "build", "section": "Build" },
|
|
{ "type": "ci", "section": "CI" }
|
|
],
|
|
"packages": {
|
|
".": {
|
|
"component": "thunderhub",
|
|
"changelog-path": "CHANGELOG.md"
|
|
}
|
|
}
|
|
}
|