summaryrefslogtreecommitdiff
path: root/HISTORY.md
Commit message (Collapse)AuthorAgeFilesLines
* Update 12.16 release notes & changelog with package lockingTom Duffield2016-11-101-0/+1
| | | | | Signed-off-by: Tom Duffield <tom@chef.io> Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump minor version to 12.17 after 12.16 releaseTom Duffield2016-11-091-0/+22
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Update changelog generator to better fill our pattern (#5515)Tom Duffield2016-11-041-0/+1243
* Update changelog generator to better fill our pattern Configure the changelog generator to better fit our current pattern of changelogs. By utilizing the HISTORY.md file, we can generate a combined changelog of the latest version from HISTORY.md to now. Then, when we cut a release we can simply move our current changelog into HISTORY.md (using the appropriate rake task) and start the process over again. This might even be a first step to having the Chef Versioner generate the changelog automatically for us each time it bumps the version, and then we just need to groom it as we go along. Signed-off-by: Tom Duffield <tom@chef.io> * Add HISTORY.md for the 12.15.19 release Signed-off-by: Tom Duffield <tom@chef.io>