Skip to content

Commit 18ccbbd

Browse files
committed
Set IncludeContributors to false by default
1 parent 44d7c93 commit 18ccbbd

File tree

1 file changed

+1
-1
lines changed
  • src/GitReleaseManager.Core/Configuration

1 file changed

+1
-1
lines changed

src/GitReleaseManager.Core/Configuration/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public Config()
2727
ShaSectionHeading = "SHA256 Hashes of the release artifacts",
2828
ShaSectionLineFormat = "- `{1}\t{0}`",
2929
AllowUpdateToPublishedRelease = false,
30-
IncludeContributors = true,
30+
IncludeContributors = false,
3131
};
3232

3333
Export = new ExportConfig

0 commit comments

Comments
 (0)