Skip to content

mass update & convert to use poetry (#16) #7

mass update & convert to use poetry (#16)

mass update & convert to use poetry (#16) #7

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: toolmantim/[email protected]
env:
# using a PAT here will allow releases to trigger a build/release
GITHUB_TOKEN: ${{ secrets.github_pat }}