From: Eric Bollengier Date: Tue, 19 Jan 2010 15:52:09 +0000 (+0100) Subject: tweak git2changelog script X-Git-Tag: Release-5.0.0~55 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c0ae0b6d4bae220c24d8880c28cdbf3c82ff275b;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+)/) {