From: Mark Otto Date: Wed, 25 Mar 2020 23:04:37 +0000 (-0700) Subject: Create release-notes.yml X-Git-Tag: v5.0.0-alpha1~238^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed53ff15bc6bd6164cf1d7191af6b21ae985b2f;p=thirdparty%2Fbootstrap.git Create release-notes.yml --- diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml new file mode 100644 index 0000000000..1c9932b5e3 --- /dev/null +++ b/.github/workflows/release-notes.yml @@ -0,0 +1,14 @@ +name: Release notes + +on: + push: + branches: + - master + +jobs: + update_release_draft: + runs-on: ubuntu-latest + steps: + - uses: release-drafter/release-drafter@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}