Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(gh-ci): update release please configuration (DSP-1382) (#1825)
  • Loading branch information
André Kilchenmann committed Feb 25, 2021
1 parent 7497023 commit 7ce4b65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Expand Up @@ -336,8 +336,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
release-type: simple
package-name: dsp-api
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 7ce4b65

Please sign in to comment.