Skip to content

Commit

Permalink
Remove deprecated changelog task
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jul 5, 2024
1 parent e9eb26d commit e236ac6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/voxpupuli/release/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,6 @@ def self.future_release
end
end

# For backward compatibility
task :changelog do
warn <<-ERROR
The "changelog" task is deprecated.
Prefer "release:prepare" which manage all pre-release steps, or directly run
the "release:porcelain:changelog" task.
ERROR
exit(1)
end

# For backward compatibility
task :reference do
warn <<-ERROR
Expand Down

0 comments on commit e236ac6

Please sign in to comment.