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 fa8bcc9 commit edb990c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ plugins:
- "build.gradle"
from: "\\bversion = '.*'"
to: "version = '${nextRelease.version}'"
- files:
- "build.gradle"
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 edb990c

Please sign in to comment.