Detlef Steuer writes: > Would it be possible to have the changelog in the mail announcements? > Either as an attachment or just copied verbatim? FWIW, if you have the org-mode repo handy, you can hew out a GNU-style changelog with *breathes in* $ git log release_9.4.4..release_9.4.5 --format=format:'%as %an <%ae>%n%n%w(0,8,8)%s%n%n%b' | sed 's/^ *$//' See attached result. git shortlog release_9.4.4..release_9.4.5 works quite well too, depending on your taste (attached as well).