diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7fd3274a..9b24ec71 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -25,10 +25,6 @@ jobs: steps: - uses: googleapis/release-please-action@v4 id: release - with: - command: manifest - token: ${{ secrets.GITHUB_TOKEN }} - default-branch: main - uses: actions/checkout@v4 if: ${{ steps.release.outputs.releases_created == 'true' }} diff --git a/release-please-config.json b/release-please-config.json index 06c6a834..aa314b8f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,6 +6,10 @@ "versioning": "default", "include-v-in-tag": false, "include-component-in-tag": false, + "changelog-sections": [ + {"type": "feat", "section": "Features"}, + {"type": "fix", "section": "Bug Fixes"} + ], "extra-files": [ ".github/actions/build-docs/action.yml", "src/LaunchDarkly/LDClient.php"