Skip to content

build: version up to 1.0a10 and updated doc #91

build: version up to 1.0a10 and updated doc

build: version up to 1.0a10 and updated doc #91

name: Release Drafter
on:
push:
branches:
- master
jobs:
update-release-draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}