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.
It would be nice to be able to do a dry run of
git pushbased on the output ofmultimod tag --print-tags, but it'll make the second run ofmultimod tagfail on the same commit because tags are already created.multimod tagpotentially can be updated to check if the tags are already created on the specified commit just return a similar output instead of failing.