From 925f214125ffc8d8e1b748816a4cc2d4aaa5af13 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Thu, 28 Oct 2021 19:06:14 -0400 Subject: [PATCH] Add GitHub release configuration (#644) --- .github/release.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..56de7fa --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,17 @@ +changelog: + exclude: + labels: + - build + categories: + - title: What's new + labels: + - feature + - title: Fixed bugs + labels: + - bug + - title: Documentation + labels: + - doc + - title: Other changes + labels: + - "*"