mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* add release.yml file for automated changelog classification * chore: cleanup leftover comments, add link to doc reference
67 lines
1.3 KiB
YAML
67 lines
1.3 KiB
YAML
# 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:
|
|
- "*"
|