File tree 1 file changed +6
-0
lines changed
docs/input/docs/configuration
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ create:
21
21
sha-section-line-format : " - `{1}\t {0}`"
22
22
allow-update-to-published : false
23
23
include-contributors : false
24
+ allow-milestone-without-issues : false
24
25
export :
25
26
include-created-date-in-title : false
26
27
created-date-string-format : ' '
@@ -142,6 +143,11 @@ control the look and feel of the generated release notes.
142
143
in the release notes. A contributor is defined as someone who opened an issue
143
144
or submitted a PR. **NOTE:** This configuration option was added in version
144
145
0.19.0 of GitReleaseManager.
146
+ - **allow-milestone-without-issues**
147
+ - A boolean value which indicates whether an empty release will be created, when
148
+ no issues are found to be associated with a milestone. The contents of the
149
+ empty release can be controlled via the associated Scriban template.
150
+ **NOTE:** This configuration option was added in version 0.20.0 of GitReleaseManager.
145
151
146
152
See the [example create configuration section](create-configuration) to see an
147
153
example of how a footer can be configured.
You can’t perform that action at this time.
0 commit comments