gitea-vet/.changelog.yml
6543 900a9f5eac
All checks were successful
continuous-integration/drone/push Build is passing
Changelog 0.2.0 (#7)
add Changelog for v0.2.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #7
2020-07-20 13:45:04 +00:00

31 lines
576 B
YAML
Executable File

# The full repository name
repo: gitea/gitea-vet
# Service type (gitea or github)
service: gitea
# Base URL for Gitea instance if using gitea service type (optional)
base-url: https://gitea.com
# Changelog groups and which labeled PRs to add to each group
groups:
-
name: BREAKING
labels:
- breaking
-
name: FEATURES
labels:
- feature
-
name: BUGFIXES
labels:
- bug
-
name: ENHANCEMENTS
labels:
- enhancement
# regex indicating which labels to skip for the changelog
skip-labels: skip-changelog|backport\/.+