Skip to content

feat: add "or undefined" explicitly to support exactOptionalPropertyTypes #74

feat: add "or undefined" explicitly to support exactOptionalPropertyTypes

feat: add "or undefined" explicitly to support exactOptionalPropertyTypes #74

name: Release Drafter
on:
pull_request_target:
branches:
- main
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
disable-releaser: true
disable-autolabeler: false