mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +03:00
23 lines
373 B
YAML
23 lines
373 B
YAML
style: github
|
|
template: CHANGELOG.tpl.md
|
|
info:
|
|
title: CHANGELOG
|
|
repository_url: https://github.com/quay/quay
|
|
options:
|
|
sort: semver
|
|
commits:
|
|
sort_by: Scope
|
|
commit_groups:
|
|
group_by: Scope
|
|
header:
|
|
pattern: '^(.*):\s*(.*)$'
|
|
pattern_maps:
|
|
- Scope
|
|
- Subject
|
|
issues:
|
|
prefix:
|
|
- "#"
|
|
notes:
|
|
keywords:
|
|
- BREAKING CHANGE
|