mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-19 16:53:12 +08:00
29 lines
523 B
YAML
29 lines
523 B
YAML
name-template: 'v$RESOLVED_VERSION'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
template: |
|
|
# What's Changed
|
|
$CHANGES
|
|
autolabeler:
|
|
- label: 'chore'
|
|
title:
|
|
- '/chore/i'
|
|
- label: 'bug'
|
|
title:
|
|
- '/fix/i'
|
|
- label: 'enhancement'
|
|
title:
|
|
- '/feat/i'
|
|
|
|
categories:
|
|
- title: '🚀 Features'
|
|
label: 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
label: 'chore'
|
|
- title: 'Breaking'
|
|
label: 'breaking'
|
|
|
|
exclude-labels:
|
|
- 'skip-changelog' |