Files
libgit2/.github/release.yml
Edward Thomson 31fd5e3657 release: add a compatibility label
Add a compatibility label to the release.yml to describe things that are for improved cross-platform compatibility.
2023-12-14 12:16:12 +00:00

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:
- '*'