make: changes-*: add markdown line breaks after first lines

[ci skip]
This commit is contained in:
Simon Michael 2018-12-03 09:27:19 -08:00
parent 5cfe5456d6
commit 2f8aa8d536

View File

@ -1238,7 +1238,7 @@ GITLOG=git log --abbrev-commit
# verbose org-like changelog format, including hashes and --stat info for troubleshooting.
# ORGNODE stands in for * until any * list bullets in commit messages have been rewritten.
# %s=summary, %an=author name, %n=newline if needed, %b=long description, %h=hash
VERBOSEFMT=--pretty=format:'ORGNODE %s (%an)%n%b%h' --stat
VERBOSEFMT=--pretty=format:'ORGNODE %s (%an) %n%b%h' --stat
changes-%-verbose: $(call def-help,changes-PKGID-verbose, show commits since the rev in PKGDIR/.CHANGES.seen in PKGDIR as verbose org nodes )
$(eval PKGID=$*)
@ -1252,7 +1252,7 @@ changes-top-verbose: $(call def-help,changes-top-verbose, show commits since the
@$(GITLOG) $(VERBOSEFMT) $(REV).. -- . $(EXCLUDEPKGDIRS) | $(CLEANUPCHANGES)
# org-like changelog format suitable for changelogs/release notes
CHANGELOGFMT=--pretty=format:'ORGNODE %s (%an)%n%b'
CHANGELOGFMT=--pretty=format:'ORGNODE %s (%an) %n%b'
changes-%: $(call def-help,changes-PKGDIR, show commits since the rev in PKGDIR/.CHANGES.seen in PKGDIR as changelog-ready org nodes )
$(eval PKGID=$*)