From 39a7c3be01fde14cbfa79fc7ebcec617a3b54740 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 5 Jun 2024 23:05:10 -0400 Subject: [PATCH] build: changelog template --- .github/release.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 000000000..5f54b3fdb --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,31 @@ +changelog: + exclude: + labels: + - ignore-for-release + authors: + - octocat + categories: + - title: ๐Ÿš€ Features + labels: + - enhancement + - title: ๐Ÿ› Bug Fixes + labels: + - bug + - title: ๐Ÿงผ Code Refactoring + labels: + - refactor + - title: ๐Ÿ“š Documentation + labels: + - documentation + - title: ๐Ÿงช Testing + labels: + - test + - title: ๐Ÿ—๏ธ Build System + labels: + - build + - title: ๐Ÿ“ฆ Dependency Updates + labels: + - build + - title: Other Changes + labels: + - "*" \ No newline at end of file