From 57739af7c048c1c2e2ce4ba63cc11e68c90d8447 Mon Sep 17 00:00:00 2001 From: Jon Uhlmann Date: Tue, 27 Sep 2022 13:11:02 +0200 Subject: [PATCH] Create release.yml --- .github/release.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..b84ac00 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,20 @@ +changelog: + exclude: + labels: + - ignore-for-releasenotes + categories: + - title: 💥 Breaking changes + labels: + - breaking + - title: ✨ Exciting new features + labels: + - enhancement + - title: 🐛 Found and fixed bugs + labels: + - bug + - title: 📝 Added documentation + labels: + - documentation + - title: 🩹 Other changes + labels: + - '*'