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

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

Open
orta opened this issue Sep 28, 2021 · 0 comments
Open

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

orta opened this issue Sep 28, 2021 · 0 comments
Labels
enhancement New feature or request You Can Do This

Comments

@orta
Copy link
Member

orta commented Sep 28, 2021

❯ 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 orta added enhancement New feature or request You Can Do This labels Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request You Can Do This
Projects
None yet
Development

No branches or pull requests

1 participant