Rakefile in planter-cli-3.0.5 vs Rakefile in planter-cli-3.0.7
- old
+ new
@@ -132,12 +132,9 @@
desc 'Changelog version check'
task :cver do
puts IO.read(File.join(File.dirname(__FILE__), 'CHANGELOG.md')).match(/^#+ (\d+\.\d+\.\d+(\w+)?)/)[1]
end
-desc 'Alias for build'
-task package: :build
-
desc 'Bump incremental version number'
task :bump, :type do |_, args|
args.with_defaults(type: 'inc')
version_file = 'lib/untitled/version.rb'
content = IO.read(version_file)