feat: Release.yml added for PR categorisation (#2137)

* feat: Release.yml added for PR categorisation

* Categories updated
This commit is contained in:
Vaclav Elias 2024-03-03 12:44:39 +00:00 коммит произвёл GitHub
Родитель a9c53b5907
Коммит e8ddbd50ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 65 добавлений и 0 удалений

65
.github/release.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,65 @@
changelog:
exclude:
labels:
- ignore-for-release
authors:
- dependabot
categories:
- title: 💥 Breaking Changes
labels:
- breaking-change
- title: 🎉 New Features
labels:
- enhancement
- new-feature
- title: 🐞 Bug Fixes
labels:
- bug-fix
- title: 🚀 Performance Improvements
labels:
- performance
- title: 🔧 Engineering
labels:
- engineering
- title: 📦 Assets
labels:
- area-Asset
- title: 🔊 Audio
labels:
- area-Audio
- title: 🔨 Build
labels:
- area-Build
- title: 📄 Docs
labels:
- area-Doc
- title: 🛠️ GameStudio
labels:
- area-GameStudio
- title: 🖌️ Graphics
labels:
- area-Graphics
- title: ⌨️ Input
labels:
- area-Input
- title: 🚀 Launcher
labels:
- area-Launcher
- title: ⚙️ Physics
labels:
- area-Physics
- title: 📚 Samples
labels:
- area-Samples
- title: 🌈 Shaders
labels:
- area-Shaders
- title: 🖼️ UI
labels:
- area-UI
- title: 🎨 Rendering
labels:
- area-Rendering
- title: 💪 Other Changes
labels:
- "*"