buildo/smooth-release

process hangs on console prompt

Opened this issue · 1 comments

veej commented

Right now, if a command in the middle of the process prompts the user (like git push asking for credentials or a confirm to push on master), there is no way to see the console prompt, and the user will only see a loading spinner going endless.

Smooth-release should handle this cases allowing the user to go on with the process.

Same issue here.

git push via https://... will ask for credentials. Configure a public key and switch to use git@github.com: can solve the issue temporary.