summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-notes.yml
blob: 1c4f4be9b8e393330a85ba7514691c87689de259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: Release notes

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 }}