From 974e8d7dc9385c9239b03a0768d77d9f9b9e69de Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 21 Dec 2023 20:46:34 +0100 Subject: [PATCH] (In theory ;) "Only" releasing patch versions from 0.10.x --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index c8e67e43..c2207569 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -12,7 +12,7 @@ jobs: - uses: release-drafter/release-drafter@v5 with: name: "Play gRPC $RESOLVED_VERSION" - config-name: release-drafts/increasing-minor-version.yml # located in .github/ in the default branch within this or the .github repo + config-name: release-drafts/increasing-patch-version.yml # located in .github/ in the default branch within this or the .github repo commitish: ${{ github.ref_name }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}