Choices/.github/workflows/release-management.yml
2019-10-30 13:19:34 +00:00

16 lines
316 B
YAML

name: Release Management
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
jobs:
update-draft-release:
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}