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