Skip to content

docs: add changelog with notes for 1.6.0 (#734) #403

docs: add changelog with notes for 1.6.0 (#734)

docs: add changelog with notes for 1.6.0 (#734) #403

name: Release Drafter
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- name: Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}