John Olheiser
660d748ddc
All checks were successful
continuous-integration/drone/push Build is passing
Changelog 0.1.0 Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: jolheiser <john.olheiser@gmail.com> Reviewed-on: #28 Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io> Reviewed-by: 6543 <6543@noreply.gitea.io>
34 lines
622 B
YAML
34 lines
622 B
YAML
# The full repository name
|
|
repo: gitea/changelog
|
|
|
|
# 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: FEATURES
|
|
labels:
|
|
- feature
|
|
-
|
|
name: BUGFIXES
|
|
labels:
|
|
- bug
|
|
-
|
|
name: ENHANCEMENTS
|
|
labels:
|
|
- enhancement
|
|
-
|
|
name: BUILD
|
|
labels:
|
|
- build
|
|
-
|
|
name: MISC
|
|
default: true
|
|
|
|
# regex indicating which labels to skip for the changelog
|
|
skip-labels: skip-changelog |