Skip to content

Commit

Permalink
Merge pull request #205 from mkurz/release_drafter
Browse files Browse the repository at this point in the history
Add release drafter with configs from .github repo
  • Loading branch information
mkurz authored Feb 7, 2022
2 parents 355f1bc + 2a50739 commit e84e8d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Drafter

on:
push:
branches:
- main

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
with:
name: "cachecontrol $RESOLVED_VERSION"
config-name: release-drafts/increasing-minor-version.yml # located in .github/ in the default branch within this or the .github repo
commitish: ${{ env.GITHUB_REF_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e84e8d0

Please sign in to comment.