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 832bcc9 commit af52effCopy full SHA for af52eff
1 file changed
tool/changelog.rb
@@ -79,7 +79,7 @@ def release_notes
79
def release_notes_for_blog
80
release_notes.map do |line|
81
if change_types.include?(line)
82
- "_#{line}_"
+ "#{line}"
83
else
84
line
85
end
0 commit comments