Skip to content

Commit

Permalink
Update add_tag task
Browse files Browse the repository at this point in the history
  • Loading branch information
diogot committed Apr 10, 2017
1 parent f7af83e commit daf3f1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rakelib/git.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ end

desc 'Add tag with current version'
task :add_tag do
git_working_directory.add_tag(current_version)
version = full_version
puts "Add tag #{version}"
git_working_directory.add_tag(version)
end

desc 'Push current branch and tags'
Expand Down

0 comments on commit daf3f1f

Please sign in to comment.