From 5aafc186b6612ef93ce2695f8a4d11024ec8f13e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 26 Jan 2019 07:32:29 -0800 Subject: [PATCH] make: prefixes no longer removed [ci skip] --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index eabd2f421..2b2cbf442 100644 --- a/Makefile +++ b/Makefile @@ -1225,7 +1225,6 @@ VERBOSEFMT=--pretty=format:'- %s (%an)%n%w(0,2,2)%b%h' --stat # Format a git log message, with one of the formats above, as a changelog item: # ensure bullet lists in descriptions use hyphens not stars -# strip most PKG: prefixes # strip maintainer's author name # strip [ci skip] lines # replace lines containing only spaces with empty lines @@ -1233,7 +1232,6 @@ VERBOSEFMT=--pretty=format:'- %s (%an)%n%w(0,2,2)%b%h' --stat # replace consecutive newlines with one CHANGECLEANUP=$(SED) \ -e 's/^( )*\* /\1- /' \ - -e 's/^\* $(PKGPREFIX): /* /' \ -e 's/ \(Simon Michael\)//' \ -e 's/\[ci skip\]//' \ -e 's/^ $$//' \