File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Source/GitReleaseManager/Configuration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public Config()
21
21
FooterIncludesMilestone = false ,
22
22
MilestoneReplaceText = string . Empty ,
23
23
IncludeShaSection = false ,
24
- ShaSectionHeading = "__SHA256 Hashes of the release artifacts__ " ,
24
+ ShaSectionHeading = "SHA256 Hashes of the release artifacts " ,
25
25
ShaSectionLineFormat = "- `{1}\t {0}`"
26
26
} ;
27
27
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ private static void EnsureDefaultConfig(Config configuration)
84
84
{
85
85
if ( configuration . Create . ShaSectionHeading == null )
86
86
{
87
- configuration . Create . ShaSectionHeading = "__SHA256 Hashes of the release artifacts__ " ;
87
+ configuration . Create . ShaSectionHeading = "SHA256 Hashes of the release artifacts " ;
88
88
}
89
89
90
90
if ( configuration . Create . ShaSectionLineFormat == null )
You can’t perform that action at this time.
0 commit comments