Rocket
Rocket copied to clipboard
Define your release steps 🚀
``` ❯ 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)...
I think I encountered a scenario where it would be useful to have an additional flag beyond `// dev` for other dependencies, Possibly `prod` would be a good start, but...
Building off #22, what are your thoughts on either providing an option or inferring a version prefix from the latest tags? (e.g. `v` from `v1.1.0`). Also, adding the version bump...