added git_push_tags on merge

This commit is contained in:
Robert Kiel
2017-01-21 20:18:57 -05:00
committed by GitHub
parent 7c2f803718
commit ba44250fc2

View File

@@ -28,6 +28,7 @@ module Feature
git_pull merge_to_branch
git_merge feature_branch
git_push merge_to_branch
git_push_tags
git_checkout feature_branch
end
end