Skip to content

Commit

Permalink
Update release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote committed Apr 7, 2022
1 parent 69f4dd7 commit 45d6e41
Showing 1 changed file with 42 additions and 8 deletions.
50 changes: 42 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,59 @@
name-template: Meshery SMP Action 'v$NEXT_PATCH_VERSION'
name-template: 'Meshery SMP Action v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'kind/feature'
- 'kind/enhancement'
- title: '⌨️ Meshery CLI'
labels:
- 'component/mesheryctl'
- title: '🖥 Meshery UI'
labels:
- 'component/ui'
- title: '🔋 Patterns, Filters, Applications'
labels:
- 'component/patterns'
- 'component/applications'
- 'component/filters'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'kind/fix'
- 'kind/bugfix'
- 'kind/bug'
- title: '🧰 Maintenance'
labels:
labels:
- 'kind/chore'
- 'chore'
- 'area/ci'
- 'area/tests'
- title: 📖 Documentation
label: area/docs
- title: 🔒 Security
label: security
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## What's New
## 🔤 General
$CHANGES
## Contributors
## 👨🏽‍💻 Contributors
Thank you to our contributors for making this release possible:
$CONTRIBUTORS
autolabeler:
- label: 'area/docs'
branch:
- '/docs/'
- label: 'area/ci'
branch:
- '/.github/'
- label: 'component/ui'
branch:
- '/ui/'
- '/provider-ui/'
- label: 'component/mesheryctl'
branch:
- '/mesheryctl/'
- label: 'area/lifecycle'
branch:
- '/install/'

0 comments on commit 45d6e41

Please sign in to comment.