Skip to content

Commit

Permalink
Remove deprecated reference task
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jul 5, 2024
1 parent e9eb26d commit 7fdbeec
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 @@ -165,14 +165,3 @@ def self.future_release
ERROR
exit(1)
end

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

0 comments on commit 7fdbeec

Please sign in to comment.