woodpecker/.changelog.yml
2023-10-24 14:42:05 +02:00

46 lines
887 B
YAML

# config for https://gitea.com/gitea/changelog to generate CHANGELOG.md
# The full repository name
repo: woodpecker-ci/woodpecker
# Service type (gitea or github)
service: github
# Changelog groups and which labeled PRs to add to each group
groups:
- name: BREAKING
labels:
- breaking
- name: FEATURES
labels:
- feature
- name: SECURITY
labels:
- security
- name: BUGFIXES
labels:
- bug
- name: ENHANCEMENTS
labels:
- enhancement
- refactor
- ui
- name: TESTING
labels:
- tests
- name: TRANSLATION
labels:
- kind/translation
- name: BUILD
labels:
- kind/build
- kind/lint
- name: DOCUMENTATION
labels:
- documentation
- name: MISC
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport|regression