diff options
author | Tom Duffield <tom@chef.io> | 2016-11-21 08:01:32 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-11-21 08:05:01 -0600 |
commit | 072e1f317549fa4df78ef9b7a72db090a164bcb7 (patch) | |
tree | 700016de4fa08f0665431630e8e744a92045bbb7 /Rakefile | |
parent | c2dc84fd617a842676c4c2c684551741ade3a757 (diff) | |
download | chef-072e1f317549fa4df78ef9b7a72db090a164bcb7.tar.gz |
Add rake task for generator release annoucnements
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>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ require_relative "tasks/maintainers" require_relative "tasks/cbgb" require_relative "tasks/dependencies" require_relative "tasks/changelog" +require_relative "tasks/announce" ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "Chef", "chef") do |package| package.component_paths = ["chef-config"] |