Skip to content

Commit

Permalink
chore(deps): bump google-github-actions/release-please-action from 3 …
Browse files Browse the repository at this point in the history
…to 4 (#10122)

* chore(deps): bump google-github-actions/release-please-action
* chore(release-please): migrate config to release-please v4 manifest file

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
dependabot[bot] and caugner authored Jan 29, 2024
1 parent 0e93b7e commit c9f1522
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,10 @@ jobs:

steps:
- name: Release
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: node
package-name: release-please-action
changelog-types: |
[
{"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}
]

- name: Checkout
uses: actions/checkout@v4
Expand Down
8 changes: 8 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"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 c9f1522

Please sign in to comment.