Skip to content

chore(deps): bump json-schemas from b88e5b0 to e217f08 (#585) #411

chore(deps): bump json-schemas from b88e5b0 to e217f08 (#585)

chore(deps): bump json-schemas from b88e5b0 to e217f08 (#585) #411

name: 📋 Release
on:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
# write permission is required to create a github release
contents: write
pull-requests: write
runs-on: ubuntu-latest
name: "✒️ Release Drafter"
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v7
with:
disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}