Skip to content

Commit 5a370a3

Browse files
committed
(GH-134) Add docs about new config options
1 parent 25c5fac commit 5a370a3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,20 @@ control the look and feel of the generated release notes.
7070
* A string value which contains the string which should be replaced in the
7171
footer-content with the actual milestone release number. Default is an empty
7272
string.
73+
* **include-sha-section**
74+
* A boolean value which indicates that the calculated SHA256 hash of the
75+
assets which are added to a release should be included within the release
76+
notes. Default is false. **NOTE:** This configuration option was added
77+
in version 0.9.0 of GitReleaseManager.
78+
* **sha-section-heading**
79+
* A string value which contains the heading text for the SHA256 hash section.
80+
Default is `SHA256 Hashes of the release artifacts` **NOTE:** This configuration option was added
81+
in version 0.9.0 of GitReleaseManager.
82+
* **sha-section-line-format**
83+
* A string value which contains the .Net String Format value which will be
84+
used when creating the SHA256 hash entries in the release notes.
85+
Default is ```- `{1}\t{0}` ``` **NOTE:** This configuration option was added
86+
in version 0.9.0 of GitReleaseManager.
7387

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

0 commit comments

Comments
 (0)