File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
docs/input/docs/configuration Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,20 @@ control the look and feel of the generated release notes.
70
70
* A string value which contains the string which should be replaced in the
71
71
footer-content with the actual milestone release number. Default is an empty
72
72
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.
73
87
74
88
See the [example create configuration section](create-configuration) to see an
75
89
example of how a footer can be configured.
You can’t perform that action at this time.
0 commit comments