29 lines
1022 B
JSON
29 lines
1022 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "simple",
|
|
"extra-files": [
|
|
{
|
|
"path": "deno.json",
|
|
"type": "json",
|
|
"jsonpath": "$.version"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance Improvements" },
|
|
{ "type": "revert", "section": "Reverts" },
|
|
{ "type": "docs", "section": "Documentation" },
|
|
{ "type": "build", "section": "Build system & distribution" },
|
|
{ "type": "ci", "section": "Continuous Integration", "hidden": true },
|
|
{ "type": "style", "section": "Code Style", "hidden": true },
|
|
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
|
|
{ "type": "test", "section": "Tests", "hidden": true },
|
|
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true }
|
|
]
|
|
}
|