Skip to content

Commit

Permalink
Remove deprecated travis_release task
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jul 5, 2024
1 parent 991c2d3 commit 0eb2612
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/voxpupuli/release/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ def self.future_release
g.push!
end

desc 'Deprecated: use the "release" task instead'
task 'travis_release' do
warn "Deprecated: use the 'release' task instead"
Rake::Task['release'].invoke
end

desc 'Check Changelog.'
task :check_changelog do
v = Blacksmith::Modulefile.new.version
Expand Down

0 comments on commit 0eb2612

Please sign in to comment.