40 lines
749 B
YAML
40 lines
749 B
YAML
|
# The full repository name
|
||
|
repo: devOps/trust-ca-ssh
|
||
|
|
||
|
# 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://git.cynarski.pl
|
||
|
|
||
|
# Changelog groups and which labeled PRs to add to each group
|
||
|
groups:
|
||
|
-
|
||
|
name: PRZEŁOMOWE ZMIANY
|
||
|
labels:
|
||
|
- breaking
|
||
|
-
|
||
|
name: NOWE FUNKCJE
|
||
|
labels:
|
||
|
- feature
|
||
|
-
|
||
|
name: BŁĘDY
|
||
|
labels:
|
||
|
- bug
|
||
|
-
|
||
|
name: ULEPSZENIA
|
||
|
labels:
|
||
|
- enhancement
|
||
|
- refactor
|
||
|
- ui
|
||
|
-
|
||
|
name: BEZPIECZEŃSTWO
|
||
|
labels:
|
||
|
- security
|
||
|
-
|
||
|
name: INNE
|
||
|
default: true
|
||
|
|
||
|
# regex indicating which labels to skip for the changelog
|
||
|
skip-labels: skip-changelog|backport\/.+
|