Skip to content

chore: add auto release and commit config #2

chore: add auto release and commit config

chore: add auto release and commit config #2

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- release
- alpha
- chore/changelog
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
disable-autolabeler: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}