Commit e3aad1dea091b709b2e5c78d06cae3324fd44c13

Edward Thomson 2022-02-12T10:27:12

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

diff --git a/.github/release.yml b/.github/release.yml
new file mode 100644
index 0000000..a9f7aa0
--- /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:
+      - '*'