Skip to content

Commit

Permalink
Remove emoji from release notes and PR labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Aug 21, 2019
1 parent b245b18 commit 7eb4255
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name-template: "$NEXT_PATCH_VERSION"
tag-template: "v$NEXT_PATCH_VERSION"
categories:
- title: "⚠️ Breaking Changes"
label: "⚠️ Breaking"
- title: "New Features"
label: " Feature"
- title: "🐛 Bug Fixes"
label: "🐛 Bug Fix"
- title: "📚 Documentation"
label: "📚 Docs"
- title: "🏠 Housekeeping"
label: "🏠 Housekeeping"
- title: "Breaking Changes"
label: "PR: Breaking"
- title: "New Features"
label: "PR: Feature"
- title: "Bug Fixes"
label: "PR: Bug Fix"
- title: "Documentation"
label: "PR: Docs"
- title: "Housekeeping"
label: "PR: Housekeeping"
change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
no-changes-template: "- No changes"
template: |
Expand Down

0 comments on commit 7eb4255

Please sign in to comment.