mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-03 19:44:59 +01:00
54 lines
1.5 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |