Skip to content

add metadata_options #298

add metadata_options

add metadata_options #298

Workflow file for this run

# https://github.com/toolmantim/release-drafter
name: Release Drafter
on: push
jobs:
draft-release:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: toolmantim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}