Skip to content

Commit

Permalink
Add module:release alias for travis_release task
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 15, 2021
1 parent 1a09fef commit c422af1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/voxpupuli/release/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
g.push!
end

namespace :module do
desc 'Release via GitHub Actions (alias for travis_release)'
task :release do
Rake::Task['travis_release'].invoke
end
end

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

0 comments on commit c422af1

Please sign in to comment.