From 0b5c9823e0a4f1fbe55990522f492f529082cb88 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 10 Oct 2022 10:10:18 +0200 Subject: [PATCH] Adds changelog config for gitea changelog cli tool (#77) #### :book: Summary - adds initial default config for changelog generation #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [ ] Tested via Drone.io pipeline - [x] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Co-authored-by: OCram85 Reviewed-on: https://gitea.ocram85.com/OCram85/PSCredentialStore/pulls/77 --- .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\/.+