Add TextGranularity property (#186) #59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |