From 37b5e2ed2df99b9257390211b534839068ba445c Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 6 Nov 2022 14:43:33 +0100 Subject: [PATCH] Add changelog tool config https://gitea.com/gitea/changelog --- .changelog.yml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100755 .changelog.yml diff --git a/.changelog.yml b/.changelog.yml new file mode 100755 index 0000000..0c48493 --- /dev/null +++ b/.changelog.yml @@ -0,0 +1,48 @@ +service: gitea +base-url: https://codeberg.org +repo: woodpecker-plugins/plugin-docker-buildx + +# Changelog groups and which labeled PRs to add to each group +groups: + - + name: BREAKING + labels: + - breaking + - + name: FEATURES + labels: + - feature + - + name: BUGFIXES + labels: + - bug + - + name: ENHANCEMENTS + labels: + - enhancement + - + name: SECURITY + labels: + - security + - + name: TESTING + labels: + - testing + - + name: TRANSLATION + labels: + - translation + - + name: BUILD + labels: + - build + - + name: DOCS + labels: + - documentation + - + name: MISC + default: true + +# regex indicating which labels to skip for the changelog +skip-labels: skip-changelog|backport*