Skip to content

Commit ad0cfec

Browse files
authoredJan 16, 2025··
fix: changed release config (#1447)
1 parent 95c0dcb commit ad0cfec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.releaserc

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ plugins:
88
- replacements:
99
- files:
1010
- "build.gradle.kts"
11-
from: "\\bversion = '.*'"
12-
to: "version = '${nextRelease.version}'"
11+
from: "\\bversion = \".*\""
12+
to: "version = \"${nextRelease.version}\""
1313
- files:
1414
- "build.gradle.kts"
1515
from: "com.google.maps.android:android-maps-utils:([0-9]+).([0-9]+).([0-9]+)"

0 commit comments

Comments
 (0)
Please sign in to comment.