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 39f2cfe commit a0223bfCopy full SHA for a0223bf
.releaserc
@@ -7,11 +7,11 @@ plugins:
7
- - "@google/semantic-release-replace-plugin"
8
- replacements:
9
- files:
10
- - "build.gradle"
+ - "build.gradle.kts"
11
from: "\\bversion = '.*'"
12
to: "version = '${nextRelease.version}'"
13
14
15
from: "com.google.maps.android:android-maps-utils:([0-9]+).([0-9]+).([0-9]+)"
16
to: "com.google.maps.android:android-maps-utils:${nextRelease.version}'"
17
@@ -23,7 +23,7 @@ plugins:
23
publishCmd: "./gradlew publish --warn --stacktrace"
24
- - "@semantic-release/git"
25
- assets:
26
27
- "*.md"
28
- "@semantic-release/github"
29
options:
0 commit comments