summaryrefslogtreecommitdiff
path: root/tasks/templates/release.md.erb
Commit message (Collapse)AuthorAgeFilesLines
* Update release announcement templatesTim Smith2018-08-281-1/+1
| | | | | | | mixlib-install has been out long enough at this point we don't need to call it new or mention what version of DK originally shipped with it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update the announcement rake task with kitchen examplesannouncementTim Smith2018-08-241-0/+8
| | | | | | This was in DK before, but it made no sense there. This might convince some folks to test things when we cut a pre-release. Signed-off-by: Tim Smith <tsmith@chef.io>
* Pull kitchen language out of release announcementstduffield/use-dokken-in-announcementsTom Duffield2016-12-081-17/+0
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Show how to use chef/chef image in announcementsTom Duffield2016-12-071-0/+9
| | | | | | | Update the release announcements to show how to pull in the latest version of Chef using kitchen-dokken. Signed-off-by: Tom Duffield <tom@chef.io>
* Use new downloads.chef.io URLs for announcementstduffield/add-url-to-announcement-templateTom Duffield2016-12-071-1/+1
| | | | | | | The product download pages now leverage predictable URLS, so our generators can leverage those to improve the download experience. Signed-off-by: Tom Duffield <tom@chef.io>
* Fix typo in release templatestduffield/add-announcement-generatorTom Duffield2016-11-211-1/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Make maj_minor version first class in announcement generatorTom Duffield2016-11-211-1/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Add rake task for generator release annoucnementsTom Duffield2016-11-211-0/+34
To ensure consistency, and to let users get the information they want/need at a glance, we're introducing release announcement templates. The Chef release team will use these tasks to generate the release announcements before posting them to Discourse. Signed-off-by: Tom Duffield <tom@chef.io>