1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-03-28 14:19:57 +01:00
gitea/.changelog.yml

58 lines
976 B
YAML
Raw Permalink Normal View History

# The full repository name
repo: go-gitea/gitea
# 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
-
name: FEATURES
labels:
- type/feature
-
name: API
labels:
- modifies/api
2020-01-17 23:03:07 +01:00
-
name: ENHANCEMENTS
labels:
- type/enhancement
- type/refactoring
- topic/ui
-
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
default: true
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+