diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4a96af7..8f5afa9 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,9 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 with: token: ${{ secrets.RELEASE_GH_TOKEN }} - release-type: simple \ No newline at end of file + release-type: simple + config-file: release-please-config.json + manifest-file: .release-please-manifest.json \ No newline at end of file diff --git a/release-please-config.json b/release-please-config.json index 8410357..2d917ad 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,10 +5,5 @@ "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": false, "include-v-in-tag": false, - "changelog-type": "github", - "changelog-sections": [ - {"type":"feat","section":"Features","hidden":false}, - {"type":"fix","section":"Bug Fixes","hidden":false}, - {"type":"chore","section":"Miscellaneous","hidden":false} - ] + "changelog-type": "github" } \ No newline at end of file