Adding commit details to SGML release notes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Adding commit details to SGML release notes
Date: 2015-08-28 21:12:00
Message-ID: 20150828211200.GE21830@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Jun 30, 2015 at 07:00:45PM +0000, Andres Freund wrote:
> Improve 9.5 release notes.
>
> 1) Add sgml comments referencing commits. This is useful to search for
> missing items etc.
>
> The comments containing the commit notes are an excerpt from:
> git log --date=short \
> --pretty='format:%cd [%h] %<(8,trunc)%cN: %<(48,trunc)%s%n%n%w(,4,4)%b%n' \
> $(git merge-base origin/master upstream/REL9_4_STABLE)..origin/master

To simplify the creation of the release note with the commit tag as an
SGML comment, I think src/tools/git_changelog should be modified to
output this string. The format "trunc" feature was added in git 1.8.3.
Is that old enough for everyone?

I am not going to need this until the 9.6 release notes. Should I add
it or someone else?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-08-28 21:27:06 Re: Adding commit details to SGML release notes
Previous Message Stephen Frost 2015-08-28 15:40:07 pgsql: Ensure locks are acquired on RLS-added relations

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2015-08-28 21:27:06 Re: Adding commit details to SGML release notes
Previous Message Thomas Munro 2015-08-28 21:03:17 Re: NOTIFY in Background Worker