Skip to content

Merge pull request #579 from canton7/bugfix/charge-period #274

Merge pull request #579 from canton7/bugfix/charge-period

Merge pull request #579 from canton7/bugfix/charge-period #274

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