diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-07-06 14:03:47 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-07-06 14:03:55 +0000 |
commit | e81f61ea9a794e9e9ba106298c354b00293ff42c (patch) | |
tree | 207c2aaca47653c1b87b354244b2713a3392cec1 /Etc/zsh-development-guide | |
parent | 26d5d2eeac733bcaf9a4bdcb5e9af72b69474899 (diff) | |
download | zsh-e81f61ea9a794e9e9ba106298c354b00293ff42c.tar.gz zsh-e81f61ea9a794e9e9ba106298c354b00293ff42c.tar.xz zsh-e81f61ea9a794e9e9ba106298c354b00293ff42c.zip |
35441: Make devs' ChangeLog generator scripts discoverable
Diffstat (limited to 'Etc/zsh-development-guide')
-rw-r--r-- | Etc/zsh-development-guide | 13 |
1 files changed, 13 insertions, 0 deletions
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). |