File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
docs/input/docs/configuration Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ create:
2020 sha-section-heading : " SHA256 Hashes of the release artifacts"
2121 sha-section-line-format : " - `{1}\t {0}`"
2222 allow-update-to-published : false
23+ include-contributors : false
2324export :
2425 include-created-date-in-title : false
2526 created-date-string-format : ' '
@@ -135,7 +136,12 @@ control the look and feel of the generated release notes.
135136 - A boolean value which indicates whether or not updates can be applied to
136137 published releases. The default value is false. **NOTE:** This
137138 configuration option was added in version 0.11.0 of GitReleaseManager.
138-
139+ - **include-contributors**
140+ - A boolean value which indicates whether the list of contributors is included
141+ in the release notes. A contributor is defined as someone who opened an issue
142+ or submitted a PR. **NOTE:** This configuration option was added in version
143+ 0.19.0 of GitReleaseManager .
144+
139145See the [example create configuration section](create-configuration) to see an
140146example of how a footer can be configured.
141147
You can’t perform that action at this time.
0 commit comments