diff --git a/.github/release-drafter-config.json b/.github/release-please-config.json similarity index 91% rename from .github/release-drafter-config.json rename to .github/release-please-config.json index 7d84ca2..43f60d6 100644 --- a/.github/release-drafter-config.json +++ b/.github/release-please-config.json @@ -1,8 +1,9 @@ { + "release-type": "go", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "changelog-sections": [ - { "type": "feat", "section": "Features" }, + { "type": "feat", "section": "Features 2" }, { "type": "feature", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "perf", "section": "Performance Improvements" }, diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 43f6989..e58971d 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -17,5 +17,4 @@ jobs: uses: googleapis/release-please-action@v4 with: token: ${{ secrets.PAT_GITHUB_TOKEN }} - release-type: go config-file: .github/release-please-config.json