Skip to content

Commit

Permalink
fix: changed release config (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso authored Jan 16, 2025
1 parent 95c0dcb commit ad0cfec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins:
- replacements:
- files:
- "build.gradle.kts"
from: "\\bversion = '.*'"
to: "version = '${nextRelease.version}'"
from: "\\bversion = \".*\""
to: "version = \"${nextRelease.version}\""
- files:
- "build.gradle.kts"
from: "com.google.maps.android:android-maps-utils:([0-9]+).([0-9]+).([0-9]+)"
Expand Down

0 comments on commit ad0cfec

Please sign in to comment.