summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-02-12 10:27:12 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-02-12 10:27:12 -0500
commite3aad1dea091b709b2e5c78d06cae3324fd44c13 (patch)
tree6587c2eec88e933d60eea6617bc30da623c47f5a /.github
parent4467bd66ce8a91a3d6fb10efa86378e753e75f14 (diff)
downloadlibgit2-e3aad1dea091b709b2e5c78d06cae3324fd44c13.tar.gz
meta: add a release configuration file
Let's let GitHub handle our release notes as much as possible: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
Diffstat (limited to '.github')
-rw-r--r--.github/release.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 000000000..a9f7aa0f2
--- /dev/null
+++ b/.github/release.yml
@@ -0,0 +1,20 @@
+changelog:
+ categories:
+ - title: New features
+ labels:
+ - feature
+ - title: Bug fixes
+ labels:
+ - bug
+ - title: Code cleanups
+ labels:
+ - cleanup
+ - title: CI improvements
+ labels:
+ - build
+ - title: Documentation improvements
+ labels:
+ - documentation
+ - title: Other Changes
+ labels:
+ - '*'