Add labels to exclude from draft releases

This commit is contained in:
Josh Johnson 2019-11-02 12:51:36 +00:00
parent 7394726cff
commit 13c87beaa3
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,9 @@
name-template: 'Draft (next release)'
tag-template: 'v$NEXT_PATCH_VERSION'
sort-direction: descending
exclude-labels:
- 'skip-changelog'
- 'release'
categories:
- title: '🚨 Breaking changes'
labels:

View file

@ -1,4 +1,4 @@
name: Release management
name: Release drafter
on:
push:
@ -9,6 +9,6 @@ jobs:
update-draft-release:
runs-on: ubuntu-latest
steps:
- uses: toolmantim/release-drafter@v5.2.0
- uses: toolmantim/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}