File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ func init() {
247
247
"include-labels" ,
248
248
"l" ,
249
249
[]string {},
250
- "specify one or more PR labels to include in release notes " ,
250
+ "only PRs with one of these labels are considered. Set to empty to include all PRs " ,
251
251
)
252
252
253
253
rootCmd .AddCommand (releaseNotesCmd )
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ func addGenerateFlags(subcommand *cobra.Command) {
255
255
"include-labels" ,
256
256
"l" ,
257
257
[]string {},
258
- "specify one or more PR labels to include in release notes " ,
258
+ "Only PRs with one of these labels are considered. Set to empty to include all PRs " ,
259
259
)
260
260
}
261
261
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ type Options struct {
134
134
// this option should be set to false to take advantage of Github's autolinked references.
135
135
AddMarkdownLinks bool
136
136
137
- // IncludeLabels enables including only PRs that have one or more specific labels.
137
+ // IncludeLabels can be used to filter PRs by labels so only PRs with one or more specified labels are included .
138
138
IncludeLabels []string
139
139
}
140
140
You can’t perform that action at this time.
0 commit comments