Skip to content

Commit

Permalink
Merge pull request #265 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
KostyaSha committed Jun 26, 2022
2 parents c323dad + e94fc12 commit 23ea472
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 23ea472

Please sign in to comment.