diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index df13296..47644e8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,6 +18,7 @@ jobs: uses: google-github-actions/release-please-action@v4 with: token: ${{secrets.GITHUB_TOKEN}} + bump-minor-pre-major: true # ensures we can bump pre major before releasing a 1.0.0 - uses: actions/checkout@v4 if: ${{ steps.release-please.outputs.release_created }} - uses: actions/setup-go@v4