mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
Add a compatibility label to the release.yml to describe things that are for improved cross-platform compatibility.
33 lines
611 B
YAML
33 lines
611 B
YAML
changelog:
|
|
categories:
|
|
- title: New features
|
|
labels:
|
|
- feature
|
|
- title: Performance improvements
|
|
labels:
|
|
- performance
|
|
- title: Bug fixes
|
|
labels:
|
|
- bug
|
|
- title: Security fixes
|
|
labels:
|
|
- security
|
|
- title: Code cleanups
|
|
labels:
|
|
- cleanup
|
|
- title: Build and CI improvements
|
|
labels:
|
|
- build
|
|
- title: Documentation improvements
|
|
labels:
|
|
- documentation
|
|
- title: Platform compatibility fixes
|
|
labels:
|
|
- compatibility
|
|
- title: Git compatibility fixes
|
|
labels:
|
|
- git compatibility
|
|
- title: Other changes
|
|
labels:
|
|
- '*'
|