Skip to content

Commit

Permalink
Update labels and release notes (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 authored Jan 18, 2025
1 parent b3ab113 commit 0282073
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ labels:
title: "(?i).*improve.*"
- label: "enhancement"
branch: "(?i).*improve.*"
- label: "documentation"
title: "(?i).*document.*"
- label: "documentation"
branch: "(?i).*document.*"
- label: "documentation"
title: "(?i).*readme.*"
- label: "documentation"
branch: "(?i).*readme.*"
- label: "code-quality"
title: "(?i).*lint.*"
- label: "code-quality"
Expand Down
19 changes: 12 additions & 7 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,32 @@ changelog:
- ignore-for-release
- dependencies
categories:
- title: "💥 Breaking Change 💥"
- title: "💥 Breaking Changes"
labels:
- Semver-Major
- breaking-change
- title: "🎉 Enhancements & New Features 🎉"
- title: "✨ New Features"
labels:
- feature
- title: "🚀 Enhancements"
labels:
- Semver-Minor
- enhancement
- feature
- title: "🐛 Bug Fixes 🐛"
- title: "🐛 Bug Fixes"
labels:
- fix
- bugfix
- bug
- title: "🎓 Code Quality 🎓"
- title: "📚 Documentation"
labels:
- documentation
- title: "🎓 Code Quality"
labels:
- code-quality
- title: "🔧 Maintenance 🔧"
- title: "🧰 Maintenance"
labels:
- chore
- github_actions
- title: Other Changes
- title: "Other Changes"
labels:
- "*"

0 comments on commit 0282073

Please sign in to comment.