Skip to content

Commit a0223bf

Browse files
committed
chore: added release file
1 parent 39f2cfe commit a0223bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.releaserc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ plugins:
77
- - "@google/semantic-release-replace-plugin"
88
- replacements:
99
- files:
10-
- "build.gradle"
10+
- "build.gradle.kts"
1111
from: "\\bversion = '.*'"
1212
to: "version = '${nextRelease.version}'"
1313
- files:
14-
- "build.gradle"
14+
- "build.gradle.kts"
1515
from: "com.google.maps.android:android-maps-utils:([0-9]+).([0-9]+).([0-9]+)"
1616
to: "com.google.maps.android:android-maps-utils:${nextRelease.version}'"
1717
- files:
@@ -23,7 +23,7 @@ plugins:
2323
publishCmd: "./gradlew publish --warn --stacktrace"
2424
- - "@semantic-release/git"
2525
- assets:
26-
- "build.gradle"
26+
- "build.gradle.kts"
2727
- "*.md"
2828
- "@semantic-release/github"
2929
options:

0 commit comments

Comments
 (0)