- bin/db/psql-yq + bin/web/search + tools/{yamlout,websearch} vendored as real files
- bin/db/ssh-tunnel added (OnlyOffice VM pg on 5433)
- skills reference local bin/ paths; no agent-skills/abs links in git
- pyproject.toml + uv.lock; CI installs via uv sync --frozen
- release-please auto-tags semver from conventional commits when green
- LICENSE MIT, badges/mermaid README
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"release-type": "simple",
|
|
"bump-minor-pre-major": true,
|
|
"bump-patch-for-minor-pre-major": false,
|
|
"include-v-in-tag": true,
|
|
"include-component-in-tag": false,
|
|
"pull-request-title-pattern": "chore${scope}: release ${version}",
|
|
"changelog-path": "CHANGELOG.md",
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Features" },
|
|
{ "type": "fix", "section": "Bug Fixes" },
|
|
{ "type": "perf", "section": "Performance Improvements" },
|
|
{ "type": "revert", "section": "Reverts" },
|
|
{ "type": "refactor", "section": "Code Refactoring" },
|
|
{ "type": "docs", "section": "Documentation" },
|
|
{ "type": "test", "section": "Tests", "hidden": true },
|
|
{ "type": "build", "section": "Build System", "hidden": true },
|
|
{ "type": "ci", "section": "Continuous Integration", "hidden": true },
|
|
{ "type": "chore", "section": "Miscellaneous", "hidden": true },
|
|
{ "type": "style", "section": "Styles", "hidden": true }
|
|
],
|
|
"packages": {
|
|
".": {
|
|
"package-name": "2dph"
|
|
}
|
|
}
|
|
} |