35441: Make devs' ChangeLog generator scripts discoverable

This commit is contained in:
Daniel Shahaf 2015-07-06 14:03:47 +00:00
parent 26d5d2eeac
commit e81f61ea9a
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-07-06 Daniel Shahaf <d.s@daniel.shahaf.name>
* 35441: Etc/zsh-development-guide: Make devs' ChangeLog
generator scripts discoverable
2015-07-05 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 35692: Src/Zle/computil.c: cfp_matcher_range used wrong raw

View file

@ -70,6 +70,19 @@ avoided further changes to our workflow.
a commit to the master repository. Don't create a separate change for
this: amend the existing commit in your local repository.
Several developers use scripts to automate part or all of the ChangeLog
workflow:
Subject: helper script for making ChangeLog entries
X-Seq: 33835, 33872, 34912
http://www.zsh.org/mla/workers/2014/msg01622.html
http://www.zsh.org/mla/workers/2014/msg01659.html
http://www.zsh.org/mla/workers/2015/msg00836.html
Subject: Re: _git commit object name completion
X-Seq: 35414
http://www.zsh.org/mla/workers/2015/msg01338.html
* Do not merge your private feature branches onto the master branch: a
linear history without merge commits is simpler to follow (and to
bisect).