We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm suggesting a default value for version-command, in case a pubspec.yaml file (Flutter) is found:
version-command
pubspec.yaml
grep "version\: " ./pubspec.yaml | sed 's/version\: //g'
I've just checked that this works on my flutter repository. I don't guarantee it's 100% fault proof, pretty sure it's better than nothing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm suggesting a default value for
version-command
, in case apubspec.yaml
file (Flutter) is found:I've just checked that this works on my flutter repository.
I don't guarantee it's 100% fault proof, pretty sure it's better than nothing.
The text was updated successfully, but these errors were encountered: