Skip to content

Commit

Permalink
chore: add release note (#1864)
Browse files Browse the repository at this point in the history
Co-authored-by: zhouxiao.shaw <[email protected]>
  • Loading branch information
zhoushaw and zhouxiao.shaw authored Dec 28, 2023
1 parent 10b6eea commit 81ede5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/# .github/.github/release.yml → .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ changelog:
categories:
- title: Breaking Changes 🍭
labels:
- "change: breaking"
- 'change: breaking'
- title: New Features 🎉
labels:
- "change: feat"
- 'change: feat'
- title: Performance 🚀
labels:
- "change: perf"
- 'change: perf'
- title: Bug Fixes 🐞
labels:
- "change: fix"
- 'change: fix'
- title: Document 📖
labels:
- "change: docs"
- 'change: docs'
- title: Other Changes
labels:
- "*"
- '*'

0 comments on commit 81ede5d

Please sign in to comment.