Skip to content

Bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.3.0 (#31) #39

Bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.3.0 (#31)

Bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.3.0 (#31) #39

name: 'Release Notes (Drafter)'
on:
workflow_dispatch: {}
push:
branches:
- main
concurrency:
group: drafter-${{ github.ref }}
cancel-in-progress: true
jobs:
update_draft_release:
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}