Skip to content

Add TextGranularity property (#186) #59

Add TextGranularity property (#186)

Add TextGranularity property (#186) #59

name: Draft Release
# Any time new commits hit the 'main' branch, add them to the next release draft
on:
push:
branches:
- v2
- v3
jobs:
draft-release-notes:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@4d1215c66d92eba9557a55da848b2281a1a19235 # v5.13.0
with:
config-name: configs/release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}