Skip to content

Commit

Permalink
fix: changed release config
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Jan 16, 2025
1 parent 95c0dcb commit 6e496d8
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 6e496d8

Please sign in to comment.