mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 00:53:46 +00:00
21 lines
No EOL
1,006 B
JSON
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": {
|
|
".": {}
|
|
}
|
|
} |