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 c206a86 commit 03f2a62Copy full SHA for 03f2a62
changelog_cli/lib/src/printers/slack_markdown_printer.dart
@@ -37,7 +37,7 @@ class SlackMarkdownPrinter extends Printer {
37
buffer.write('- ');
38
if (entry.conventionalCommit.scopes.isNotEmpty) {
39
final scopes = entry.conventionalCommit.scopes.join(', ');
40
- buffer.write('**$scopes**: ');
+ buffer.write('*$scopes*: ');
41
}
42
43
var message = entry.message;
0 commit comments