Skip to content

Fixed bug where the documentation said negative demand would wrap to … #150

Fixed bug where the documentation said negative demand would wrap to …

Fixed bug where the documentation said negative demand would wrap to … #150

Workflow file for this run

name: Draft Release
on:
push:
branches:
- main
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}