standard-version icon indicating copy to clipboard operation
standard-version copied to clipboard

Support bump up version for gradle ?

Open abcfy2 opened this issue 6 years ago • 2 comments

In gradle project, person can declare project version to build.gradle or build.gradle.kt

version = '0.0.1'

I hope standard-version can support this feature.

Thanks.

abcfy2 avatar May 06 '19 03:05 abcfy2

Related to #322, which will probably be tackled with #313.

nexdrew avatar May 06 '19 13:05 nexdrew

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... 😄

nioe avatar Jan 13 '22 10:01 nioe