Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Update README.md (#69) #48

Update README.md (#69)

Update README.md (#69) #48

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main
- 'releases/**'
- 'stable/**'
jobs:
update_release_draft:
runs-on: ubuntu-20.04
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}