Unverified Commit 33d08209 authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

Merge pull request #30460 from twbs/release-drafter

Add Release Drafter Action
parents 3a0fb1f7 febdcefc
Showing with 42 additions and 0 deletions
+42 -0
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
prerelease: true
exclude-labels:
- 'skip-changelog'
categories:
- title: '🚀 Features'
labels:
- 'new-feature'
- 'feature'
- 'enhancement'
- title: '🐛 Bug fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '📖 Docs'
labels:
- 'docs'
- title: '📦 Dependencies'
labels:
- 'dependencies'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '- #$NUMBER: $TITLE'
template: |
## Changes
$CHANGES
name: Release notes
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment