Skip to content

Draft the version the labels imply, not always a patch #216

Draft the version the labels imply, not always a patch

Draft the version the labels imply, not always a patch #216

name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v7.7.0
with:
commitish: master
filter-by-range: "4.x.x"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}