config/changelog.example.yml aktualisiert

This commit is contained in:
Denys Konovalov 2023-11-13 18:07:56 +00:00
parent 7ff1be423c
commit 0da9fbc21d

View file

@ -1,58 +1,58 @@
# The full repository name # The full repository name
repo: go-gitea/gitea repo: go-gitea/gitea
# Service type (gitea or github) # Service type (gitea or github)
service: github service: github
# Base URL for Gitea instance if using gitea service type (optional) # Base URL for Gitea instance if using gitea service type (optional)
# Default: https://gitea.com # Default: https://gitea.com
base-url: base-url:
# Changelog groups and which labeled PRs to add to each group # Changelog groups and which labeled PRs to add to each group
groups: groups:
- -
name: BREAKING name: BREAKING
labels: labels:
- pr/breaking - pr/breaking
- -
name: FEATURES name: FEATURES
labels: labels:
- type/feature - type/feature
- -
name: BUGFIXES name: BUGFIXES
labels: labels:
- type/bug - type/bug
- -
name: ENHANCEMENTS name: ENHANCEMENTS
labels: labels:
- type/enhancement - type/enhancement
- type/refactor - type/refactoring
- topic/ui - topic/ui
- -
name: SECURITY name: SECURITY
labels: labels:
- topic/security - topic/security
- -
name: TESTING name: TESTING
labels: labels:
- type/testing - type/testing
- -
name: TRANSLATION name: TRANSLATION
labels: labels:
- modifies/translation - modifies/translation
- -
name: BUILD name: BUILD
labels: labels:
- topic/build - topic/build
- topic/code-linting - topic/code-linting
- -
name: DOCS name: DOCS
labels: labels:
- type/docs - type/docs
- modifies/docs - modifies/docs
- -
name: MISC name: MISC
default: true default: true
# regex indicating which labels to skip for the changelog # regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+ skip-labels: skip-changelog|backport\/.+