Files
zeal/release-please-config.json
T
2026-04-04 03:03:16 +03:00

32 lines
984 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}",
"labels": ["release: pending"],
"release-labels": ["release: tagged"],
"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": {
".": {}
}
}