Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 647f415

Browse files
committed
Minor fix to WhatsNew formatting
1 parent 9b550d2 commit 647f415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Slack-GPT-Socket/SlackHandlers/Command/WhatsNewCommandStrategy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public async Task<SlashCommandResponse> Execute(SlashCommand command)
4141
return CommandStrategyUtils.SlashCommandResponse($"No release found for current version. {currentVersion}");
4242

4343
return CommandStrategyUtils.SlashCommandResponse(
44-
$"*{latestRelease.TagName}*\n" +
44+
$"*Whats new: {latestRelease.Name}*\n" +
4545
$"{latestRelease.Body}\n" +
4646
$"\n" +
4747
$"\t{latestRelease.HtmlUrl}");

0 commit comments

Comments
 (0)