Skip to content

Commit

Permalink
Create release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunks128 authored Oct 10, 2024
1 parent bbce6e4 commit 9c46b03
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
changelog:
exclude: # exclude any PRs labels we don't want in the changelog
labels:
- ignore-for-release
- skip-changelog
categories: # group PRs by your most important labels. Add / customize as needed.
- title: "🚀 Features"
labels:
- enhancement
- title: "🐛 Bug Fixes"
labels:
- bug
- title: "📚 Documentation"
labels:
- documentation
- title: 📦 Dependencies
labels:
- dependencies
- title: 💻 Other Changes
labels:
- "*"
exclude: # place the list of all labels you've categorized above to avoid duplication!
labels:
- enhancement
- bug
- documentation
- dependencies

0 comments on commit 9c46b03

Please sign in to comment.