-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when using --tag tags are not pushed #162
Comments
Hi @Raskil, thanks for reporting this. Are you able to provide a patch? |
@bastelfreak It depends. I've a patched version avaiable, where I extended the bump and tag methods to accept branch and push options as additional parameters. But it feels more or less like a dirty hack, because I've to duplicate some values/some code of the update methode for it. It will fix #161 as well. |
Personally I'm a fan of |
Closing for inactivity. |
Hi,
when using the --tags option, tags are not pushed to remote, because the remote.push method used, does not specify { :tags => true } option. And the push method for tags does not specify a branch. So this will fail if there is no master branch present (which is the default for ruby-git).
Regards
Raskil
The text was updated successfully, but these errors were encountered: