release: add a compatibility label

Add a compatibility label to the release.yml to describe things that are for improved cross-platform compatibility.
This commit is contained in:
Edward Thomson
2023-12-14 12:16:12 +00:00
committed by GitHub
parent a52685fd04
commit 31fd5e3657

3
.github/release.yml vendored
View File

@@ -21,6 +21,9 @@ changelog:
- title: Documentation improvements
labels:
- documentation
- title: Platform compatibility fixes
labels:
- compatibility
- title: Git compatibility fixes
labels:
- git compatibility