2020-02-10 11:16:31 -05:00
|
|
|
# The full repository name
|
2017-09-04 06:07:57 -04:00
|
|
|
repo: go-gitea/gitea
|
2020-02-10 11:16:31 -05:00
|
|
|
|
|
|
|
# Service type (gitea or github)
|
|
|
|
service: github
|
|
|
|
|
|
|
|
# Base URL for Gitea instance if using gitea service type (optional)
|
|
|
|
# Default: https://gitea.com
|
|
|
|
base-url:
|
|
|
|
|
|
|
|
# Changelog groups and which labeled PRs to add to each group
|
2017-09-04 06:07:57 -04:00
|
|
|
groups:
|
2020-01-17 17:03:07 -05:00
|
|
|
-
|
2017-09-04 06:07:57 -04:00
|
|
|
name: BREAKING
|
|
|
|
labels:
|
|
|
|
- kind/breaking
|
2020-01-17 17:03:07 -05:00
|
|
|
-
|
2020-01-08 00:08:49 -05:00
|
|
|
name: FEATURES
|
2017-09-04 06:07:57 -04:00
|
|
|
labels:
|
|
|
|
- kind/feature
|
2020-01-17 17:03:07 -05:00
|
|
|
-
|
|
|
|
name: SECURITY
|
|
|
|
labels:
|
|
|
|
- kind/security
|
2020-10-13 01:39:17 -04:00
|
|
|
-
|
|
|
|
name: API
|
|
|
|
labels:
|
|
|
|
- kind/api
|
2017-09-04 06:07:57 -04:00
|
|
|
-
|
|
|
|
name: BUGFIXES
|
|
|
|
labels:
|
|
|
|
- kind/bug
|
2020-01-17 17:03:07 -05:00
|
|
|
-
|
2020-01-08 00:08:49 -05:00
|
|
|
name: ENHANCEMENTS
|
2017-09-04 06:07:57 -04:00
|
|
|
labels:
|
|
|
|
- kind/enhancement
|
|
|
|
- kind/refactor
|
|
|
|
- kind/ui
|
|
|
|
-
|
|
|
|
name: TESTING
|
|
|
|
labels:
|
|
|
|
- kind/testing
|
2020-01-17 17:03:07 -05:00
|
|
|
-
|
2017-09-04 06:07:57 -04:00
|
|
|
name: TRANSLATION
|
|
|
|
labels:
|
|
|
|
- kind/translation
|
2020-01-17 17:03:07 -05:00
|
|
|
-
|
2017-09-04 06:07:57 -04:00
|
|
|
name: BUILD
|
|
|
|
labels:
|
|
|
|
- kind/build
|
|
|
|
- kind/lint
|
2020-01-17 17:03:07 -05:00
|
|
|
-
|
2017-09-04 06:07:57 -04:00
|
|
|
name: DOCS
|
|
|
|
labels:
|
|
|
|
- kind/docs
|
2020-01-17 17:03:07 -05:00
|
|
|
-
|
2017-09-04 06:07:57 -04:00
|
|
|
name: MISC
|
2020-01-08 00:08:49 -05:00
|
|
|
default: true
|
2020-02-10 11:16:31 -05:00
|
|
|
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
|
|
skip-labels: skip-changelog|backport\/.+
|