We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6e817 commit e7d4cd0Copy full SHA for e7d4cd0
.releaserc
@@ -7,7 +7,7 @@ plugins:
7
- replacements:
8
- files:
9
- "./build.gradle"
10
- from: "version = '.*'"
+ from: "\bversion = '.*'"
11
to: "version = '${nextRelease.version}'"
12
13
0 commit comments