747c78e835
* Add Changelog for v0.15.0 release * Update config ro changelog tool Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/538 Reviewed-by: Andrew Thornton <art27@cantab.net> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de>
57 lines
1,001 B
YAML
Executable file
57 lines
1,001 B
YAML
Executable file
# The full repository name
|
|
repo: gitea/go-sdk
|
|
|
|
# Service type (gitea or github)
|
|
service: gitea
|
|
|
|
# Base URL for Gitea instance if using gitea service type (optional)
|
|
# Default: https://gitea.com
|
|
base-url: https://gitea.com
|
|
|
|
# Changelog groups and which labeled PRs to add to each group
|
|
groups:
|
|
-
|
|
name: BREAKING
|
|
labels:
|
|
- kind/breaking
|
|
-
|
|
name: FEATURES
|
|
labels:
|
|
- kind/feature
|
|
-
|
|
name: BUGFIXES
|
|
labels:
|
|
- kind/bug
|
|
-
|
|
name: ENHANCEMENTS
|
|
labels:
|
|
- kind/enhancement
|
|
- kind/refactor
|
|
- kind/ui
|
|
-
|
|
name: SECURITY
|
|
labels:
|
|
- kind/security
|
|
-
|
|
name: TESTING
|
|
labels:
|
|
- kind/testing
|
|
-
|
|
name: TRANSLATION
|
|
labels:
|
|
- kind/translation
|
|
-
|
|
name: BUILD
|
|
labels:
|
|
- kind/build
|
|
- kind/lint
|
|
-
|
|
name: DOCS
|
|
labels:
|
|
- kind/docs
|
|
-
|
|
name: MISC
|
|
default: true
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
skip-labels: skip-changelog|backport\/.+|has/backport
|