Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix release.yml formatting, with unicode for the emojis #501

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading