merge release.yml

This commit is contained in:
Jacob Overgaard
2024-11-09 10:10:02 +01:00
parent fe86243907
commit 5fbf08f2fb
2 changed files with 6 additions and 46 deletions

12
.github/release.yml vendored
View File

@@ -13,13 +13,9 @@ changelog:
- title: 💥 Breaking Changes - title: 💥 Breaking Changes
labels: labels:
- category/breaking - category/breaking
- title: 🐛 Bug Fixes
labels:
- type/bug
- category/bug
- type/improvement
- title: 📄 Documentation - title: 📄 Documentation
labels: labels:
- documentation
- category/documentation - category/documentation
- title: 🏠 Internal - title: 🏠 Internal
labels: labels:
@@ -29,10 +25,14 @@ changelog:
- dependencies - dependencies
- title: 🌈 A11Y - title: 🌈 A11Y
labels: labels:
- accessibility
- category/accessibility - category/accessibility
- title: 🚀 New Features - title: 🚀 New Features
labels: labels:
- type/feature - type/feature
- title: Other Changes - category/feature
- type/enhancement
- category/enhancement
- title: 🐛 Bug Fixes
labels: labels:
- '*' - '*'

View File

@@ -1,40 +0,0 @@
# .github/release.yml
changelog:
exclude:
labels:
- ignore-for-release
- duplicate
- wontfix
categories:
- title: 🙌 Notable Changes
labels:
- category/notable
- title: 💥 Breaking Changes
labels:
- category/breaking
- title: 🚀 New Features
labels:
- type/feature
- category/feature
- type/enhancement
- category/enhancement
- title: 🐛 Bug Fixes
labels:
- type/bug
- category/bug
- title: 📄 Documentation
labels:
- documentation
- title: 🏠 Internal
labels:
- internal
- title: 📦 Dependencies
labels:
- dependencies
- title: 🌈 A11Y
labels:
- accessibility
- title: Other Changes
labels:
- '*'