From 736812d1e5235ac0e29a5cd6418a8e7e0be0756d Mon Sep 17 00:00:00 2001 From: Eugene Kalinin Date: Tue, 4 Jun 2024 23:07:28 +0300 Subject: [PATCH] Add gh release config - 2 --- .github/release.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index e69de29..e6805cf 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -0,0 +1,22 @@ +# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes + +changelog: + categories: + - title: New Features 🎉 + labels: + - new-feature + - title: Fixed bugs 🐛 + labels: + - bug + - title: Improvements 🛠 + labels: + - enhancement + - title: Dependencies 🤖 + labels: + - deps + - title: Documentation 📄 + labels: + - docs + - title: Other Changes + labels: + - "*" \ No newline at end of file