Add changelog tool config

https://gitea.com/gitea/changelog
This commit is contained in:
6543 2022-11-06 14:43:33 +01:00
parent d17ff57fda
commit 37b5e2ed2d
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

48
.changelog.yml Executable file
View file

@ -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*