mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
30 lines
909 B
JSON
30 lines
909 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "go",
|
|
"skip-changelog": true,
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": true,
|
|
"draft": true,
|
|
"force-tag-creation": true,
|
|
"include-v-in-tag": true,
|
|
"pull-request-title-pattern": "chore: release v${version}",
|
|
"changelog-sections": [
|
|
{"type": "feat", "section": "Features"},
|
|
{"type": "fix", "section": "Bug Fixes"},
|
|
{"type": "perf", "section": "Performance"},
|
|
{"type": "docs", "section": "Documentation"},
|
|
{"type": "build", "section": "Build System"},
|
|
{"type": "ci", "section": "CI/CD"},
|
|
{"type": "chore", "hidden": true},
|
|
{"type": "refactor", "hidden": true},
|
|
{"type": "style", "hidden": true},
|
|
{"type": "test", "hidden": true}
|
|
],
|
|
"extra-files": [
|
|
"CMakeLists.txt"
|
|
],
|
|
"packages": {
|
|
".": {}
|
|
}
|
|
}
|