Files
sablier/.github/release-please/release-please-config.json
2025-11-11 23:58:09 -05:00

54 lines
1.5 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
"packages": {
".": {
"release-type": "go",
"bump-minor-pre-major": true,
"changelog-sections": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Styles"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "test",
"section": "Tests"
},
{
"type": "chore",
"section": "Chores"
}
],
"extra-files": [
{
"type": "generic",
"path": "README.md"
},
{
"type": "generic",
"glob": true,
"path": "docs/**/*.md"
}
]
}
}
}