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
In gradle project, person can declare project version to build.gradle or build.gradle.kt
build.gradle
build.gradle.kt
version = '0.0.1'
I hope standard-version can support this feature.
Thanks.
The text was updated successfully, but these errors were encountered:
Related to #322, which will probably be tackled with #313.
Sorry, something went wrong.
I've written a small Gist on how to achieve this easily with the current features of standard-version. See here. Hope this helps someone... 😄
jbottigliero
No branches or pull requests
In gradle project, person can declare project version to
build.gradle
orbuild.gradle.kt
I hope standard-version can support this feature.
Thanks.
The text was updated successfully, but these errors were encountered: