Make recipe release more interactive #232
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the problem to be solved
Commit/tag/push CLI flags are hard to remember and it is not so seamless.
Describe the solution you would like
With coop-cloud/organising#188 we'll be able to have the
sync
command semi-automatically figure out what version to use. That's a big help when doing packaging work.With this ticket we could make commit message, tag message and push more interactive - if they're missing prompt for them. So then its just a case of running
recipe release
and it'll ask you for relevant stuff without having to remember it all.