bug-standards
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Standards for generating ChangeLog from git log


From: Siddhesh Poyarekar
Subject: Re: Standards for generating ChangeLog from git log
Date: Sun, 17 May 2020 18:46:59 +0530
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 17/05/20 18:36, Eli Zaretskii wrote:
> I'd appreciate if someone could list the current names of the scripts that 
> we'd like to mention in the manual.  (There seems to be another one discussed 
> on the GCC list, but maybe it's the same one, I cannot tell.)
> 
> The discrepancies you see are due to the long time tha passed since the 
> original discussions; I started working on this text in January.
> 

The gnulib script is:

${gnulib_dir}/build-aux/vcs_to_changelog.py

There's a note about changelog generation in the glibc wiki, hopefully
that'll help in your work:

https://sourceware.org/glibc/wiki/Release#First_Tag_.5BREQUIRED.5D_.28At_release.29

gcc has taken a different path; it incorporates ChangeLog entries into
the git commit message and the script then parses the commit message to
generate ChangeLog entries.  It is a different project here:

https://github.com/marxin/gcc-changelog

Cheers,
Siddhesh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]