From: Eric Bollengier Date: Tue, 19 Jan 2010 15:52:09 +0000 (+0100) Subject: tweak git2changelog script X-Git-Tag: Release-7.0.0~2372 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fd4a5f706595ebecae47864beeed4436279f5f4f;p=bacula%2Fbacula tweak git2changelog script --- diff --git a/bacula/release/git2changelog.pl b/bacula/release/git2changelog.pl index cabb8a97ab..de65cfebd5 100755 --- a/bacula/release/git2changelog.pl +++ b/bacula/release/git2changelog.pl @@ -18,7 +18,7 @@ while (my $l = ) { # remove non useful messages next if ($l =~ /(tweak|typo|cleanup|bweb:|regress:|again|.gitignore|fix compilation|technotes)/ixs); - next if ($l =~ /update (version|technotes|kernstodo|projects|releasenotes|version|home|release|todo|notes)/i); + next if ($l =~ /update (version|technotes|kernstodo|projects|releasenotes|version|home|release|todo|notes|changelog)/i); # keep list of fixed bugs if ($l =~ /#(\d+)/) {