Skip to content

Commit d9214b1

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

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tool/changelog.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,7 @@ def release_notes
7777
end
7878

7979
def release_notes_for_blog
80-
release_notes.map do |line|
81-
if change_types.include?(line)
82-
"_#{line}_"
83-
else
84-
line
85-
end
86-
end
80+
release_notes
8781
end
8882

8983
def change_types_for_blog

0 commit comments

Comments
 (0)