Skip to content

Repo restructure follow scaffold 0.12.0. #2

Repo restructure follow scaffold 0.12.0.

Repo restructure follow scaffold 0.12.0. #2

name: Draft release notes
on:
push:
tags:
- '*'
branches:
- main
permissions:
contents: write
jobs:
release-drafter:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Draft release notes
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}