From 87e03858d9a007d1bbfada856c995c34c4c5f56f Mon Sep 17 00:00:00 2001 From: ascheibal Date: Thu, 6 May 2021 18:14:43 +0200 Subject: [PATCH] Feat/generate release notes (#22) --- .github/workflows/ci-release-notes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-release-notes.yml b/.github/workflows/ci-release-notes.yml index f88f1db..6adbd42 100644 --- a/.github/workflows/ci-release-notes.yml +++ b/.github/workflows/ci-release-notes.yml @@ -3,6 +3,8 @@ on: release: types: - created + - edited + - prereleased jobs: build: runs-on: ubuntu-latest