[Enhancement] Make the <version> cli parameter optional
Hello,
please make the
Thx Roland
Hi @TurinTuramba, it's a good idea and I'll take a look as soon as I have some time to address this issue and make the version optional if such parameter is provided in the composer.json file.
Hi, just chipping in on this issue.
We forked this repository and maintain our own internal branch which is particularly aimed at running this in GitLab CI. We made this parameter sort-of optional. It's required when the CI_COMMIT_TAG environment variable is not present (E.G. when not running on a release tag).
This was resolved in #56