Skip to content

Tidy up the README and remove references to Rake (#23) #25

Tidy up the README and remove references to Rake (#23)

Tidy up the README and remove references to Rake (#23) #25

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