mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
FIX: Don't include reverts in release notes
This commit is contained in:
parent
8959ed9031
commit
1333378f39
@ -6,7 +6,9 @@ task "release_note:generate", :tag do |t, args|
|
||||
new_features = Set.new
|
||||
ux_changes = Set.new
|
||||
|
||||
|
||||
`git log #{tag}..HEAD`.each_line do |comment|
|
||||
next if comment =~ /^\s*Revert/
|
||||
split_comments(comment).each do |line|
|
||||
if line =~ /^FIX:/
|
||||
bug_fixes << better(line)
|
||||
|
Loading…
Reference in New Issue
Block a user