Skip to content

Commit 5b2b998

Browse files
committed
Fix minor formatting issue in Changelog generation
1 parent e339971 commit 5b2b998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ task :update_version, :old, :new do |task, args|
184184
end
185185

186186
unless log_entries[:client].empty?
187-
changelog_update << "## EXT:#{args[:new]}\n\n"
187+
changelog_update << "### EXT:#{args[:new]}\n\n"
188188
changelog_update << log_entries[:ext]
189189
.map { |l| l.gsub /\[EXT\] /, '' }
190190
.map { |l| "#{l}" }

0 commit comments

Comments
 (0)