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

Commit

Permalink
chore: update changelog types to add docs and deps (#4220)
Browse files Browse the repository at this point in the history
This should affect how the release issue is generated, might need some additional lerna config to make sure the github release is created in the same way.
  • Loading branch information
achingbrain committed Sep 22, 2022
1 parent d1b0a8a commit acbc1c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -233,6 +233,14 @@ jobs:
release-type: node
manifest-file: .release-please-manifest.json
config-file: .release-please.json
changelog-types: |
[
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "chore", "section": "Trivial Changes", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "deps", "section": "Dependencies", "hidden": false }
]
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit acbc1c6

Please sign in to comment.