mirror of
https://github.com/jlengrand/jreleaser.git
synced 2026-03-10 00:21:20 +00:00
[chore] Add a translation category to changelog configuration
This commit is contained in:
@@ -42,6 +42,12 @@ release:
|
||||
title: 'Merge pull'
|
||||
- label: 'merge_branch'
|
||||
title: 'Merge branch'
|
||||
- label: 'translation'
|
||||
title: '[translation]'
|
||||
- label: 'task'
|
||||
title: '[chore]'
|
||||
- label: 'dependencies'
|
||||
title: '[deps]'
|
||||
- label: 'feature'
|
||||
title: 'Resolves #'
|
||||
body: 'Resolves #'
|
||||
@@ -51,10 +57,6 @@ release:
|
||||
- label: 'issue'
|
||||
title: 'Relates to #'
|
||||
body: 'Relates to #'
|
||||
- label: 'task'
|
||||
title: '[chore]'
|
||||
- label: 'dependencies'
|
||||
title: '[deps]'
|
||||
categories:
|
||||
- title: 'Merge'
|
||||
labels:
|
||||
@@ -69,6 +71,9 @@ release:
|
||||
- title: '🧰 Tasks'
|
||||
labels:
|
||||
- 'task'
|
||||
- title: '🌐 Translation'
|
||||
labels:
|
||||
- 'translation'
|
||||
- title: '⚙️ Dependencies'
|
||||
labels:
|
||||
- 'dependencies'
|
||||
@@ -80,6 +85,7 @@ release:
|
||||
replacers:
|
||||
- search: '\[chore\] '
|
||||
- search: '\[deps\] '
|
||||
- search: '\[translation\] '
|
||||
|
||||
signing:
|
||||
active: always
|
||||
|
||||
Reference in New Issue
Block a user