aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/release.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/release.rb')
-rw-r--r--tasks/release.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/release.rb b/tasks/release.rb
index db82c6a563..c520b93111 100644
--- a/tasks/release.rb
+++ b/tasks/release.rb
@@ -88,7 +88,7 @@ namespace :release do
sh "git tag #{tag}"
end
- task :full => %w(ensure_clean_state all:build commit)
+ task :full => %w(ensure_clean_state all:build commit tag all:push)
end
namespace :all do