From 7ab9fb335aa09ac602b2e6308cc6d547989811a3 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 10 Oct 2022 09:52:09 +0200 Subject: [PATCH] adds changelog label config --- .changelog.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .changelog.yml diff --git a/.changelog.yml b/.changelog.yml new file mode 100644 index 0000000..944122d --- /dev/null +++ b/.changelog.yml @@ -0,0 +1,32 @@ +# The full repository name +repo: OCram85/PSCredentialStore + +# Service type (gitea or github) +service: gitea + +# Base URL for Gitea instance if using gitea service type (optional) +# Default: https://gitea.com +base-url: https://gitea.ocram85.com + +# Changelog groups and which labeled PRs to add to each group +groups: + - name: ✨ FEATURES + labels: + - feature + - name: 📦 META + labels: + - meta + - name: 🐛 BUGFIXES + labels: + - bug + - name: 🛠️ ENHANCEMENTS + labels: + - enhancement + - name: 📚 DOCS + labels: + - docs + - name: 🔖 MISC + default: true + +# regex indicating which labels to skip for the changelog +skip-labels: skip-changelog|backport\/.+ -- 2.40.1