Rakefile in wcc-contentful-app-1.0.0.pre.rc1 vs Rakefile in wcc-contentful-app-1.0.0.pre.rc2
- old
+ new
@@ -117,5 +117,9 @@
HEREDOC
end
end
# rubocop:enable Metrics/LineLength
+
+task :release do
+ raise StandardError, 'Please run rake release only from the root folder.'
+end