summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2016-11-21 08:01:32 -0600
committerTom Duffield <tom@chef.io>2016-11-21 08:05:01 -0600
commit072e1f317549fa4df78ef9b7a72db090a164bcb7 (patch)
tree700016de4fa08f0665431630e8e744a92045bbb7 /Rakefile
parentc2dc84fd617a842676c4c2c684551741ade3a757 (diff)
downloadchef-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--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 5a6b224128..a72da319c9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"]