Skip to content

Commit

Permalink
build: changelog template
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 6, 2024
1 parent da438f8 commit 39a7c3b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: 🚀 Features
labels:
- enhancement
- title: 🐛 Bug Fixes
labels:
- bug
- title: 🧼 Code Refactoring
labels:
- refactor
- title: 📚 Documentation
labels:
- documentation
- title: 🧪 Testing
labels:
- test
- title: 🏗️ Build System
labels:
- build
- title: 📦 Dependency Updates
labels:
- build
- title: Other Changes
labels:
- "*"

0 comments on commit 39a7c3b

Please sign in to comment.