Skip to content

Commit

Permalink
ci: custom changlog sections (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed May 28, 2023
1 parent 6a44239 commit bd337b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
id: release
with:
release-type: node
changelog-types: |
[
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Patches", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false }
]
extra-files: |
README.md
- uses: actions/checkout@v2
Expand Down

0 comments on commit bd337b1

Please sign in to comment.