Rocket icon indicating copy to clipboard operation
Rocket copied to clipboard

Log the tag when it is generated via the arg (like patch)

Open orta opened this issue 4 years ago • 0 comments

❯ swift run rocket patch
✔ hide_dev_dependencies (packagePath=Package.swift)
✔ git_add (paths=["."])
✔ commit
✔ tag
✔ unhide_dev_dependencies (packagePath=Package.swift)
✔ git_add (paths=["."])
✔ commit (message=Unhide dependencies)
✔ push (remote=origin branch=HEAD)

Done in 9.4480s

Would ideally have said:

✔ tag 1.2.1

orta avatar Sep 28 '21 14:09 orta