Skip to content

Commit

Permalink
Merge pull request #501 from near/fix-releasesyml
Browse files Browse the repository at this point in the history
fix release.yml formatting, with unicode for the emojis
  • Loading branch information
charleslavon authored Nov 10, 2023
2 parents 8f9df0b + 6b5daef commit e97a691
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: 🎉 New Features
authors:
- bot
categories:
- title: "\U0001F389 New Features"
labels:
- feature
- title: Dependencies 🔨
labels:
- dependency
- title: Breaking Changes 🛠
- title: "\U0001F6E0 Breaking Changes"
labels:
- breaking-change
- title: 🐛 Fixes
- title: "\U0001F41B Fixes"
labels:
- bug
- title: Enhancements 🌟
- title: "\U0001F31F Enhancements"
labels:
- enhancement

0 comments on commit e97a691

Please sign in to comment.