Lukas Klingsbo
Lukas Klingsbo
Not currently, but we're open to contributions.
I think it's because `dart pub publish` doesn't detect itself being in an interactive shell since it's running in a subshell, hence it doesn't give the `y/n` question. So we'd...
Should I assign you to the issue @Lukitaduarte, since you indicated that you were interested in working on it?
#93 can be related, because if that is solved this would also prompt the y/n question. @Lukitaduarte did you have any time to look into this btw?
@Lukitaduarte do you still want to take on this, or should I unassign you from the issue?
I guess we have to add the option to add `--force` or `--skip-validation` and propagate that through to `pub publish`, since Pub doesn't immediately recognize the new versions when they...
I just realized that most publishing should fail if pub doesn't report back having the version that has just been published, since minor and patch bumps also would register as...
Also discussed here: https://github.com/ubuntu/app-center/issues/1491
What does the changelog look like if you run the manual versioning?
I can't reproduce this in v7, I get: ``` Found commits for manually versioned package "flame". ? Do you want to provide an additional changelog entry message? (y/N) » ```...