From e81f61ea9a794e9e9ba106298c354b00293ff42c Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 6 Jul 2015 14:03:47 +0000 Subject: 35441: Make devs' ChangeLog generator scripts discoverable --- ChangeLog | 5 +++++ Etc/zsh-development-guide | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0df3589a2..bf8aeb54c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-07-06 Daniel Shahaf + + * 35441: Etc/zsh-development-guide: Make devs' ChangeLog + generator scripts discoverable + 2015-07-05 Peter Stephenson * 35692: Src/Zle/computil.c: cfp_matcher_range used wrong raw diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index 7f5266bd9..d92b72456 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -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). -- cgit 1.4.1