We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78e2db7 + d3d73f6 commit 093c4eaCopy full SHA for 093c4ea
Rakefile
@@ -1,2 +1,13 @@
1
require 'packaging'
2
Pkg::Util::RakeUtils.load_packaging_tasks
3
+
4
+namespace :package do
5
+# desc "Bootstrap packaging automation, e.g. clone into packaging repo"
6
+ task :bootstrap do
7
+ puts "package:bootstrap is no longer needed, using packaging as a gem."
8
+ end
9
+# desc "Remove all cloned packaging automation"
10
+ task :implode do
11
+ puts "package:implode is no longer needed, using packaging as a gem."
12
13
+end
0 commit comments