Skip to content

Commit

Permalink
Update changelog grep
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jun 29, 2018
1 parent 6922f37 commit 26a17ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def genChangelog(prevTag, baseUrl, curVersion, prevVersion, File changelog, full
proc.consumeProcessOutput(sout, serr)
proc.waitForOrKill(1000)
def logs = sout.toString().readLines()
def include = [~/.*[fF]ix(e[sd])? #\d+.*/, ~/^[fF]ix(e[sd])?(:|\s).*/, ~/^[lL]og:?.*/]
def include = [~/.*[fF]ix(e[sd])? #\d+.*/, ~/^[fF]ix(e[sd])?:.*/, ~/^[lL]og:?.*/]

def unrel = changelog ? unreleasedLog(prevVersion, changelog) ?: [] : []

Expand Down

0 comments on commit 26a17ab

Please sign in to comment.