Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
ci(release): improve release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Feb 19, 2024
1 parent 3e32cd7 commit 7659ac0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions release.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false},
{ "type": "chore", "section": "Miscellaneous", "hidden": false},
{ "type": "ci", "section": "CI Changes", "hidden": false}
]
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
{ "type": "ci", "section": "CI Changes", "hidden": false }
],
"include-component-in-tag": false,
"packages": {
".": {}
}
}

0 comments on commit 7659ac0

Please sign in to comment.