Skip to content

Commit

Permalink
Parse backport titles for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlexis committed Sep 6, 2016
1 parent 153b626 commit 3b0fce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-scripts/git-to-changelog-merges
Expand Up @@ -6,6 +6,7 @@ else
git log --merges --pretty=format:'- %sXXX %b (AUTHOR)' "$@" |\
perl -pe 's! from ([^/]+).+XXX (.+) \(AUTHOR\)!: \2 (\1)!g' |\
perl -pe 's!Merge pull request #([[:digit:]]+)![#\1](https://github.com/PowerDNS/pdns/pull/\1)!g' |\
perl -pe 's![#[[:digit:]]+]\(.+\): Backport #([[:digit:]]+)![#\1](https://github.com/PowerDNS/pdns/pull/\1)!g' |\
perl -pe 's!\((rgacogne|habbie|ahupowerdns|pieterlexis)\)!!gi' |\
perl -pe 's!\(mind04\)!(Kees Monshouwer)!g' |\
grep -v dnsdist
Expand Down

0 comments on commit 3b0fce5

Please sign in to comment.