mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 04:23:34 -06:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance Improvements" },
|
|
{ "type": "refactor", "section": "Code Refactoring" },
|
|
{ "type": "docs", "section": "Documentation" },
|
|
{ "type": "ci", "section": "Continuous Integration" },
|
|
{ "type": "build", "section": "Build System" },
|
|
{ "type": "chore", "section": "Miscellaneous" },
|
|
{ "type": "style", "section": "Styles", "hidden": true },
|
|
{ "type": "test", "section": "Tests", "hidden": true }
|
|
],
|
|
"bump-minor-pre-major": true,
|
|
"always-update": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"include-v-in-tag": true,
|
|
"include-component-in-tag": false,
|
|
"plugins": ["sentence-case"],
|
|
"packages": {
|
|
".": {
|
|
"release-type": "rust",
|
|
"exclude-paths": [".vscode", "docs"],
|
|
"extra-files": [
|
|
{
|
|
"type": "toml",
|
|
"path": "Cargo.lock",
|
|
"jsonpath": "$.package[?(@.name=='banner')].version"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|