Skip to content

Commit af52eff

Browse files
committed
Remove italic formatting from change types in blog release notes
1 parent 832bcc9 commit af52eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/changelog.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def release_notes
7979
def release_notes_for_blog
8080
release_notes.map do |line|
8181
if change_types.include?(line)
82-
"_#{line}_"
82+
"#{line}"
8383
else
8484
line
8585
end

0 commit comments

Comments
 (0)