Skip to content

Commit 757d5f7

Browse files
(chore): Enhance release changelog content (#192)
1 parent 4d7540d commit 757d5f7

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

jreleaser.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,67 @@ release:
3636
branch: master
3737
overwrite: true
3838
discussionCategoryName: Announcements
39+
issues:
40+
enabled: true
41+
changelog:
42+
formatted: ALWAYS
43+
preset: conventional-commits
44+
contributors:
45+
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
46+
labelers:
47+
- label: 'feature'
48+
title: 'regex:^(?:\(feat\)(?:\(.*\))?!?):\s.*'
49+
- label: 'feature'
50+
title: 'Resolves #'
51+
body: 'Resolves #'
52+
53+
- label: 'issue'
54+
title: 'regex:^(?:\(fix\)(?:\(.*\))?!?):\s.*'
55+
- label: 'issue'
56+
title: 'Fixes #'
57+
body: 'Fixes #'
58+
- label: 'issue'
59+
title: 'Relates to #'
60+
body: 'Relates to #'
61+
62+
- label: 'task'
63+
title: '(chore)'
64+
65+
- label: 'dependencies'
66+
title: '(deps)'
67+
- label: 'dependencies'
68+
title: 'regex:(?:\(deps\)(?:\(.*\))?!?):\s.*'
69+
- label: 'dependencies'
70+
title: 'regex:^Bump\s'
71+
72+
- label: 'docs'
73+
title: '(docs)'
74+
- label: 'build'
75+
title: '(build)'
76+
categories:
77+
- title: '🚀 Features'
78+
labels:
79+
- 'feature'
80+
- title: '✅ Issues'
81+
labels:
82+
- 'issue'
83+
- title: '🧰 Tasks'
84+
labels:
85+
- 'task'
86+
- title: '📝 Documentation'
87+
labels:
88+
- 'docs'
89+
- title: '⚙️ Dependencies'
90+
labels:
91+
- 'dependencies'
92+
- title: 'Build'
93+
labels:
94+
- 'build'
95+
hide:
96+
categories:
97+
- 'Build'
98+
contributors:
99+
- 'GitHub'
39100

40101
announce:
41102
zulip:

0 commit comments

Comments
 (0)