mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-09 17:28:58 +00:00
Satisfy the OpenSSF Best Practices "release_notes" criterion by parsing commits between tags and categorizing them into Features, Bug Fixes, Refactoring, and Documentation sections.
21 lines
402 B
YAML
21 lines
402 B
YAML
changelog:
|
|
categories:
|
|
- title: "🚀 Features"
|
|
labels:
|
|
- enhancement
|
|
- feat
|
|
- title: "🐛 Bug Fixes"
|
|
labels:
|
|
- bug
|
|
- fix
|
|
- title: "📖 Documentation"
|
|
labels:
|
|
- documentation
|
|
- docs
|
|
- title: "🔧 Maintenance"
|
|
labels:
|
|
- chore
|
|
- refactor
|
|
- title: "Other Changes"
|
|
labels:
|
|
- "*"
|