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

Deprecation notice v0.1 (#186) #58

Deprecation notice v0.1 (#186)

Deprecation notice v0.1 (#186) #58

Workflow file for this run

name: Release Drafter
on:
push:
branches: [ main ]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@master
env:
GITHUB_TOKEN: ${{ github.token }}