Closed InCogNiTo124 closed 3 years ago
Looks like a good idea. Do you want to try and write a patch for this ?
Looks like a good idea. Do you want to try and write a patch for this ?
Sure. I'll try to do this week :))
Fixed in #118
Is there a way to deactivate the --atomic
flag? My remote does not support it
Is there a way to deactivate the
--atomic
flag?
Not at the moment. A workaround would be to push the tag separately, I guess?
A workaround would be to push the tag separately, I guess?
Indeed. Something like tbump 1.2.3 --no-tag-push ; git push origin v1.2.3
Instead of pushing twice, which spawns two workflows, how about using something along the lines of
git push --atomic origin <branch name> <tag>
What are your thoughts on that?