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