Skip to content

Commit

Permalink
Merge pull request #493 from mkurz/0.10.x-patch
Browse files Browse the repository at this point in the history
(In theory ;) "only" releasing patch versions from 0.10.x
  • Loading branch information
mkurz authored Dec 21, 2023
2 parents 2090c50 + 974e8d7 commit ee61334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ee61334

Please sign in to comment.