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

Commit acbc1c6

Browse files
authored
chore: update changelog types to add docs and deps (#4220)
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.
1 parent d1b0a8a commit acbc1c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,14 @@ jobs:
233233
release-type: node
234234
manifest-file: .release-please-manifest.json
235235
config-file: .release-please.json
236+
changelog-types: |
237+
[
238+
{ "type": "feat", "section": "Features", "hidden": false },
239+
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
240+
{ "type": "chore", "section": "Trivial Changes", "hidden": false },
241+
{ "type": "docs", "section": "Documentation", "hidden": false },
242+
{ "type": "deps", "section": "Dependencies", "hidden": false }
243+
]
236244
- uses: actions/checkout@v2
237245
with:
238246
fetch-depth: 0

0 commit comments

Comments
 (0)