We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9abf07 commit 4f97bd1Copy full SHA for 4f97bd1
src/GitReleaseManager.Core/Configuration/Config.cs
@@ -27,7 +27,7 @@ public Config()
27
ShaSectionHeading = "SHA256 Hashes of the release artifacts",
28
ShaSectionLineFormat = "- `{1}\t{0}`",
29
AllowUpdateToPublishedRelease = false,
30
- IncludeContributors = true,
+ IncludeContributors = false,
31
};
32
33
Export = new ExportConfig
0 commit comments