From f93e58eddb395ddbb52f2d26aeeae45e0e2d46e5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 1 May 2020 01:22:10 -0700 Subject: v4: Add Release Drafter (#30701) * Create release-drafter.yml * Create release-notes.yml --- .github/workflows/release-notes.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/release-notes.yml (limited to '.github/workflows') diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml new file mode 100644 index 000000000..9f0f4f8c1 --- /dev/null +++ b/.github/workflows/release-notes.yml @@ -0,0 +1,14 @@ +name: Release notes + +on: + push: + branches: + - v4-dev + +jobs: + update_release_draft: + runs-on: ubuntu-latest + steps: + - uses: release-drafter/release-drafter@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3