From aff9b18eadf610f22ca77d54c0477742e838fcb5 Mon Sep 17 00:00:00 2001 From: Connor Koehler Date: Fri, 15 Sep 2023 15:13:49 -0400 Subject: [PATCH] Add git hub release yml file Signed-off-by: Connor Koehler --- .github/release.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..51a586ac42 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,21 @@ +changelog: + categories: + - title: New Features + labels: + - feature + - enhancement + - title: Security + labels: + - security + - title: Bug Fixes + labels: + - bug + - title: Dependencies + labels: + - dependencies + - title: Documentation + labels: + - documentation + - title: Other Changes + labels: + - "*"