Skip to content

Commit

Permalink
Merge pull request #461 from NotMyFault/chore/remove-release-drafter-app
Browse files Browse the repository at this point in the history
Move away from deprecated Release Drafter App
  • Loading branch information
rsandell committed Apr 1, 2022
2 parents 5ca64c0 + 5662614 commit cee20e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Note: additional setup is required, see https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc

name: Release Drafter

on:
push:
branches:
- master

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cee20e8

Please sign in to comment.