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

Make it possible to run the same multimod tag command multiple times #205

Open
dmitryax opened this issue Dec 1, 2022 · 1 comment
Open
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dmitryax
Copy link
Member

dmitryax commented Dec 1, 2022

It would be nice to be able to do a dry run of git push based on the output of multimod tag --print-tags, but it'll make the second run of multimod tag fail on the same commit because tags are already created. multimod tag potentially can be updated to check if the tags are already created on the specified commit just return a similar output instead of failing.

@aliakseip
Copy link

I am starting to work on this improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants