mirror of
https://github.com/discourse/discourse.git
synced 2025-03-22 05:25:33 +08:00
release notes now includes lines from comments with a blank like after the first one
This commit is contained in:
parent
ad46a490cc
commit
7a3b8b399c
@ -6,7 +6,7 @@ task "release_note:generate", :tag do |t, args|
|
||||
new_features = Set.new
|
||||
ux_changes = Set.new
|
||||
|
||||
`git log --pretty=format:%s #{tag}..HEAD`.each_line do |comment|
|
||||
`git log #{tag}..HEAD`.each_line do |comment|
|
||||
split_comments(comment).each do |line|
|
||||
if line =~ /^FIX:/
|
||||
bug_fixes << better(line)
|
||||
|
Loading…
x
Reference in New Issue
Block a user