File tree 1 file changed +7
-1
lines changed
docs/input/docs/configuration
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ create:
20
20
sha-section-heading : " SHA256 Hashes of the release artifacts"
21
21
sha-section-line-format : " - `{1}\t {0}`"
22
22
allow-update-to-published : false
23
+ include-contributors : false
23
24
export :
24
25
include-created-date-in-title : false
25
26
created-date-string-format : ' '
@@ -135,7 +136,12 @@ control the look and feel of the generated release notes.
135
136
- A boolean value which indicates whether or not updates can be applied to
136
137
published releases. The default value is false. **NOTE:** This
137
138
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
+
139
145
See the [example create configuration section](create-configuration) to see an
140
146
example of how a footer can be configured.
141
147
You can’t perform that action at this time.
0 commit comments