Files
m8sh/.changelog.yml
T

60 lines
1.0 KiB
YAML
Raw Normal View History

2020-02-10 10:16:31 -06:00
# The full repository name
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
groups:
2020-01-17 23:03:07 +01:00
-
name: BREAKING
labels:
- pr/breaking
2020-01-17 23:03:07 +01:00
-
name: SECURITY
labels:
- topic/security
2021-07-15 17:47:57 +02:00
-
name: FEATURES
labels:
- type/feature
2020-01-17 23:03:07 +01:00
-
2020-01-08 00:08:49 -05:00
name: ENHANCEMENTS
labels:
- type/enhancement
-
name: PERFORMANCE
labels:
- performance/memory
- performance/speed
- performance/bigrepo
- performance/cpu
2021-07-15 17:47:57 +02:00
-
name: BUGFIXES
labels:
- type/bug
-
name: TESTING
labels:
- type/testing
2020-01-17 23:03:07 +01:00
-
name: BUILD
labels:
- topic/build
- topic/code-linting
2020-01-17 23:03:07 +01:00
-
name: DOCS
labels:
- type/docs
2020-01-17 23:03:07 +01: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\/.+