mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
chore(repo): add changelog sections (#398)
* chore(repo): add changelog sections * . * . * .
This commit is contained in:
parent
3aefd22fcc
commit
772a55954c
2 changed files with 24 additions and 0 deletions
3
.release-please-manifest.json
Normal file
3
.release-please-manifest.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
".": "1.13.0"
|
||||
}
|
||||
21
release-please-config.json
Normal file
21
release-please-config.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"$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": {
|
||||
".": {}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue