1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-05 10:20:36 +02:00
woodpecker/.changelog.yml

46 lines
887 B
YAML
Raw Normal View History

# 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:
2023-10-24 14:42:05 +02:00
- name: BREAKING
labels:
- breaking
2023-10-24 14:42:05 +02:00
- name: FEATURES
labels:
- feature
2023-10-24 14:42:05 +02:00
- name: SECURITY
labels:
- security
2023-10-24 14:42:05 +02:00
- name: BUGFIXES
labels:
- bug
2023-10-24 14:42:05 +02:00
- name: ENHANCEMENTS
labels:
- enhancement
- refactor
- ui
2023-10-24 14:42:05 +02:00
- name: TESTING
labels:
- tests
2023-10-24 14:42:05 +02:00
- name: TRANSLATION
labels:
- kind/translation
2023-10-24 14:42:05 +02:00
- name: BUILD
labels:
- kind/build
- kind/lint
2023-10-24 14:42:05 +02:00
- name: DOCUMENTATION
labels:
- documentation
2023-10-24 14:42:05 +02:00
- name: MISC
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport|regression