Skip to content

Moved most of the documentation from README.md to a dedicated article… #32

Moved most of the documentation from README.md to a dedicated article…

Moved most of the documentation from README.md to a dedicated article… #32

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
name: next
tag: next
version: next
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}