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

interactive commit #33

Open
backuitist opened this issue May 9, 2013 · 2 comments
Open

interactive commit #33

backuitist opened this issue May 9, 2013 · 2 comments

Comments

@backuitist
Copy link

Allow the user to commit from the SBT shell:

> release with-defaults
[info] Working directory is dirty:
[info] 
[info]  ?? project-a/

Enter a message to add everything and commit: bla bla bla
@backuitist
Copy link
Author

This feature can be disabled with the interactiveCommit attribute

@helenzBV
Copy link

helenzBV commented Aug 1, 2018

This issue is still not fixed

Add: Imo this issue is critical to be fixed as this will break anyone who is using SBT in continuous delivery pipeline.

Add: So it turns out if you open sbt console and run:

release with-defaults

works great

if you run "sbt release with defaults" will fail.

You will need to run with:

sbt "release with-defaults" #this works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants