Skip to content

Commit

Permalink
ci(cd): sort changelog-types alphabetically, add tests to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jun 22, 2024
1 parent 92133b8 commit e52dfe9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ jobs:
with:
changelog-types: >
[
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug fixes", "hidden": false },
{ "type": "build", "section": "Dependencies", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
{ "type": "ci", "section": "Continuous integration", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug fixes", "hidden": false },
{ "type": "perf", "section": "Improvements", "hidden": false },
{ "type": "refactor", "section": "Improvements", "hidden": false },
{ "type": "style", "section": "Miscellaneous", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false }
{ "type": "test", "section": "Tests", "hidden": false }
]
release-type: node
package-name: node-unrtf
Expand Down

0 comments on commit e52dfe9

Please sign in to comment.