mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-14 05:51:37 +00:00
56 lines
907 B
YAML
56 lines
907 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
|