File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
docs/input/docs/configuration Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ create:
2121 sha-section-line-format : " - `{1}\t {0}`"
2222 allow-update-to-published : false
2323 include-contributors : false
24+ allow-milestone-without-issues : false
2425export :
2526 include-created-date-in-title : false
2627 created-date-string-format : ' '
@@ -142,6 +143,11 @@ control the look and feel of the generated release notes.
142143 in the release notes. A contributor is defined as someone who opened an issue
143144 or submitted a PR. **NOTE:** This configuration option was added in version
144145 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.
145151
146152See the [example create configuration section](create-configuration) to see an
147153example of how a footer can be configured.
You can’t perform that action at this time.
0 commit comments