Skip to content
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

releasepy: push only the tag of the release #1262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

j-rivero
Copy link
Contributor

release.py was using git push with the --tags option, what caused to push all the tags to the remote. This was causing troubles to @caguero with old tags that were not matching the remote tags. We can limit the action to just the push of the generated tag, this is what this PR is doing.

Needs manual testing before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant