From e8a293ae7b7f9464df528e09895d38914d6825ad Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:56:09 +0200 Subject: [PATCH] docs: add a "dependencies" paragraph in the release notes (#36) Changes relating to dependencies were ignored in the previous configuration. --- .github/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/release.yml b/.github/release.yml index 374a8bf..fea304d 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,7 +1,6 @@ changelog: exclude: labels: - - dependencies - skip-changelog categories: - title: 🎉 New Features @@ -13,6 +12,9 @@ changelog: - title: 📝 Documentation labels: - documentation + - title: 📦 Dependencies + labels: + - dependencies - title: ⚙️ Refactor labels: - refactor