From 7ce4b650f1213a275b3af70a379d72d8c91303b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Thu, 25 Feb 2021 16:00:14 +0100 Subject: [PATCH] chore(gh-ci): update release please configuration (DSP-1382) (#1825) --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11501f05f5..0b5063276e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: