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 :
2023-10-20 01:22:00 +03:00
- pr/breaking
2020-01-18 01:03:07 +03:00
-
name : SECURITY
labels :
2023-10-20 01:22:00 +03:00
- topic/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 :
2023-10-20 01:22:00 +03:00
- type/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 :
2023-10-20 01:22:00 +03:00
- modifies/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 :
2023-10-20 01:22:00 +03:00
- type/enhancement
- type/refactoring
- topic/ui
2021-07-15 18:47:57 +03:00
-
name : BUGFIXES
labels :
2023-10-20 01:22:00 +03:00
- type/bug
2017-09-04 13:07:57 +03:00
-
name : TESTING
labels :
2023-10-20 01:22:00 +03:00
- type/testing
2020-01-18 01:03:07 +03:00
-
2017-09-04 13:07:57 +03:00
name : BUILD
labels :
2023-10-20 01:22:00 +03:00
- topic/build
- topic/code-linting
2020-01-18 01:03:07 +03:00
-
2017-09-04 13:07:57 +03:00
name : DOCS
labels :
2023-10-20 01:22:00 +03:00
- type/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\/.+