Skip to content

Commit a5dd07f

Browse files
committed
Exclude unlabeled issues from changelog
1 parent 9a2eda0 commit a5dd07f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

distribution.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ tasks.register("generateChangelog", Exec.class) {
1919
/*
2020
* define all labels you want excluded from the changelog */
2121
'--exclude-labels', 'dev,wontfix,workflow,question,documentation',
22+
/*
23+
* do not include issue without labels */
24+
'--no-issues-wo-labels', 'false'
2225
]
2326
// Changelog will start after specified tag
2427
if (project.ext.has('cg.sinceTag')) {

0 commit comments

Comments
 (0)