Skip to content

Commit

Permalink
Release template (#1742)
Browse files Browse the repository at this point in the history
* release template
  • Loading branch information
jrbarnes9 authored Nov 4, 2021
1 parent e031f41 commit 64fcf17
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
changelog:
categories:
- title: ⚠️ Breaking Changes
labels:
- Breaking-changes
- title: New features
labels:
- Component
- Pattern
- title: Enhancements
labels:
- Enhancement
- title: Fixes
labels:
- Bug
- title: Documentation
labels:
- Documentation
- title: Other Changes
labels:
- "*"

0 comments on commit 64fcf17

Please sign in to comment.