Skip to content

chore: config updates, better use of dynamic versioning, workflows #23

chore: config updates, better use of dynamic versioning, workflows

chore: config updates, better use of dynamic versioning, workflows #23

name: Release Management
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
jobs:
update-draft-release:
name: Draft release
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/[email protected]
env:
# using a PAT here will allow releases to trigger a build/release
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}