Skip to content

Commit c4cdc00

Browse files
committed
(#495) Add docs for new configuration option
Add information to the docs section for the new allow-milestone-without-issues option.
1 parent 8582f3d commit c4cdc00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/input/docs/configuration/default-configuration.md

+6
Original file line numberDiff line numberDiff 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
2425
export:
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

146152
See the [example create configuration section](create-configuration) to see an
147153
example of how a footer can be configured.

0 commit comments

Comments
 (0)