Skip to content

Commit

Permalink
ci(cd): use folded block for changelog-types param
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jun 22, 2024
1 parent 05a6ba1 commit 92133b8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@ jobs:
# Staying on v3 due to incomplete migration guide for v4
uses: google-github-actions/release-please-action@v3
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": "perf", "section": "Improvements", "hidden": false }, { "type": "refactor", "section": "Improvements", "hidden": false }, { "type": "style", "section": "Miscellaneous", "hidden": false }, { "type": "docs", "section": "Documentation", "hidden": false }]'
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": "perf", "section": "Improvements", "hidden": false },
{ "type": "refactor", "section": "Improvements", "hidden": false },
{ "type": "style", "section": "Miscellaneous", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false }
]
release-type: node
package-name: node-unrtf

Expand Down

0 comments on commit 92133b8

Please sign in to comment.