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 44d7c93 commit 18ccbbdCopy full SHA for 18ccbbd
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