Skip to content

Commit

Permalink
chore(template): sync with dailydevops/dotnet-template [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Oct 10, 2023
1 parent 720eac2 commit 6a4a9a8
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name-template: $RESOLVED_VERSION
tag-template: $RESOLVED_VERSION

template: |
# What's Changed
$CHANGES
Thanks again to $CONTRIBUTORS! 🎉
include-labels:
- breaking change
- enhancement
- bug
- documentation
- chore
- dependencies

categories:
- title: ⚠️ Breaking Changes
label: breaking change

- title: 🔒 Security
label: security

- title: 🚀 Features
label: enhancement

- title: 🐛 Bug Fixes
label: bug

- title: 📖 Documentation
label: documentation

- title: 🧹 Housekeeping
label: chore

- title: 📦 Dependency Updates
label: dependencies

0 comments on commit 6a4a9a8

Please sign in to comment.