Skip to content

Commit

Permalink
fix: fixed .releasrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 26, 2023
1 parent edb990c commit 9d3ea6d
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 @@ -11,8 +11,8 @@ plugins:
to: "version = '${nextRelease.version}'"
- files:
- "build.gradle"
from: "androidMapsUtils' : ([0-9]+).([0-9]+).([0-9]+)"
to: "androidMapsUtils' : ${nextRelease.version}'"
from: "androidMapsUtils' : '([0-9]+).([0-9]+).([0-9]+)"
to: "androidMapsUtils' : '${nextRelease.version}"
- files:
- "README.md"
from: ":([0-9]+).([0-9]+).([0-9]+)"
Expand Down

0 comments on commit 9d3ea6d

Please sign in to comment.