go-ethereum/release-please-config.json
Roger 772a55954c
chore(repo): add changelog sections (#398)
* chore(repo): add changelog sections

* .

* .

* .
2025-03-21 09:54:52 +09:00

21 lines
No EOL
1,006 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Chores", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "style", "section": "Styles", "hidden": false },
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
{ "type": "test", "section": "Tests", "hidden": false },
{ "type": "ci", "section": "Workflow", "hidden": false },
{ "type": "revert", "section": "Reverted Commits", "hidden": false },
{ "type": "build", "section": "Build", "hidden": false }
],
"separate-pull-requests": true,
"packages": {
".": {}
}
}