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