Skip to content

Commit

Permalink
chore(gh-ci): update release please configuration (DSP-1381) (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
André Kilchenmann committed Feb 25, 2021
1 parent 9ca249d commit 040df19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
release-type: node
package-name: DSP-APP
changelog-types: '[{"type": "feat","section": "Enhancements","hidden": false }, {"type": "fix","section": "Bug Fixes","hidden": false }, {"type": "chore","section": "Maintenance","hidden": false }, {"type": "docs","section": "Documentation","hidden": false }]'
changelog-types: '[{"type": "feat", "section": "Enhancements", "hidden": false }, {"type": "fix", "section": "Bug Fixes", "hidden": false }, {"type": "chore", "section": "Maintenance", "hidden": false }, {"type": "refactor", "section": "Maintenance", "hidden": false }, {"type": "docs", "section": "Documentation", "hidden": false }]'

# publish only on release
publish:
Expand Down

0 comments on commit 040df19

Please sign in to comment.