Skip to content

Commit

Permalink
enhance(release-please): include chore/enhance commits (#9339)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jul 18, 2023
1 parent 0b4f31a commit ec97a3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
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@v3
Expand Down

0 comments on commit ec97a3d

Please sign in to comment.