generic/.github/workflows/release-drafter.yml
dependabot[bot] a5ff6864fe
Bump toolmantim/release-drafter from 5.18.1 to 5.19.0 (#169)
Bumps [toolmantim/release-drafter](https://github.com/toolmantim/release-drafter) from 5.18.1 to 5.19.0.
- [Release notes](https://github.com/toolmantim/release-drafter/releases)
- [Commits](https://github.com/toolmantim/release-drafter/compare/v5.18.1...v5.19.0)

---
updated-dependencies:
- dependency-name: toolmantim/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-08 20:20:09 -05:00

16 lines
385 B
YAML

name: Release Drafter
on:
push:
branches: master
jobs:
update-release-draft:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: toolmantim/release-drafter@v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}