Skip to content

feat: add to return entire section if no section is watched #250

feat: add to return entire section if no section is watched

feat: add to return entire section if no section is watched #250

name: Release Drafter
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: read
jobs:
update_release_draft:
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}