mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Add .github/release.yml for improved classifications in automatically generated changelogs (#4526)
* add release.yml file for automated changelog classification * chore: cleanup leftover comments, add link to doc reference
This commit is contained in:
parent
2e0aa8f529
commit
d64af99f89
1 changed files with 67 additions and 0 deletions
67
.github/release.yml
vendored
Normal file
67
.github/release.yml
vendored
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
|
||||
|
||||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- duplicate/wontfix
|
||||
- invalid
|
||||
- question
|
||||
- release
|
||||
authors:
|
||||
- dependabot[bot]
|
||||
- pre-commit-ci[bot]
|
||||
|
||||
categories:
|
||||
# High Impact
|
||||
- title: "Breaking Changes 🚨"
|
||||
labels:
|
||||
- breaking changes
|
||||
|
||||
# Highlights
|
||||
- title: "Highlights 🌟"
|
||||
labels:
|
||||
- highlight
|
||||
|
||||
# User-facing
|
||||
- title: "New Features ✨"
|
||||
labels:
|
||||
- new feature
|
||||
|
||||
- title: "Enhancements 🚀"
|
||||
labels:
|
||||
- enhancement
|
||||
|
||||
- title: "Bug Fixes 🐛"
|
||||
labels:
|
||||
- pr:bugfix
|
||||
|
||||
- title: "Deprecations & Removals ⚠️"
|
||||
labels:
|
||||
- pr:deprecation
|
||||
|
||||
# Developer-facing
|
||||
- title: "Documentation 📚"
|
||||
labels:
|
||||
- documentation
|
||||
|
||||
- title: "Testing 🧪"
|
||||
labels:
|
||||
- testing
|
||||
|
||||
- title: "Infrastructure & Build 🔨"
|
||||
labels:
|
||||
- infrastructure
|
||||
|
||||
- title: "Code Quality & Refactoring 🧹"
|
||||
labels:
|
||||
- maintenance
|
||||
- refactor
|
||||
|
||||
- title: "Type Hints 📝"
|
||||
labels:
|
||||
- typehints
|
||||
|
||||
# Catch-all (must be last)
|
||||
- title: "Other Changes"
|
||||
labels:
|
||||
- "*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue