2020-02-10 19:16:31 +03:00
# The full repository name
2017-09-04 13:07:57 +03:00
repo : go-gitea/gitea
2020-02-10 19:16:31 +03: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 13:07:57 +03:00
groups :
2020-01-18 01:03:07 +03:00
-
2017-09-04 13:07:57 +03:00
name : BREAKING
labels :
- kind/breaking
2020-01-18 01:03:07 +03:00
-
name : SECURITY
labels :
- kind/security
2020-10-13 08:39:17 +03:00
-
2021-07-15 18:47:57 +03:00
name : FEATURES
2020-10-13 08:39:17 +03:00
labels :
2021-07-15 18:47:57 +03:00
- kind/feature
2017-09-04 13:07:57 +03:00
-
2021-07-15 18:47:57 +03:00
name : API
2017-09-04 13:07:57 +03:00
labels :
2021-07-15 18:47:57 +03:00
- kind/api
2020-01-18 01:03:07 +03:00
-
2020-01-08 08:08:49 +03:00
name : ENHANCEMENTS
2017-09-04 13:07:57 +03:00
labels :
- kind/enhancement
- kind/refactor
- kind/ui
2021-07-15 18:47:57 +03:00
-
name : BUGFIXES
labels :
- kind/bug
2017-09-04 13:07:57 +03:00
-
name : TESTING
labels :
- kind/testing
2020-01-18 01:03:07 +03:00
-
2017-09-04 13:07:57 +03:00
name : TRANSLATION
labels :
- kind/translation
2020-01-18 01:03:07 +03:00
-
2017-09-04 13:07:57 +03:00
name : BUILD
labels :
- kind/build
- kind/lint
2020-01-18 01:03:07 +03:00
-
2017-09-04 13:07:57 +03:00
name : DOCS
labels :
- kind/docs
2020-01-18 01:03:07 +03:00
-
2017-09-04 13:07:57 +03:00
name : MISC
2020-01-08 08:08:49 +03:00
default : true
2020-02-10 19:16:31 +03:00
# regex indicating which labels to skip for the changelog
skip-labels : skip-changelog|backport\/.+