Skip to content

Commit

Permalink
chore: Synced local '.releaserc' with remote 'sync-files/android/.lib…
Browse files Browse the repository at this point in the history
…_releaserc' (#1010)
  • Loading branch information
googlemaps-bot committed Oct 18, 2021
1 parent df38bc6 commit d9318d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ plugins:
- - "@google/semantic-release-replace-plugin"
- replacements:
- files:
- "./build.gradle(.kts)?"
- "build.gradle"
- "build.gradle.kts"
from: "\\bversion = '.*'"
to: "version = '${nextRelease.version}'"
- files:
Expand All @@ -18,7 +19,8 @@ plugins:
publishCmd: "./gradlew publish --warn --stacktrace"
- - "@semantic-release/git"
- assets:
- "./build.gradle(.kts)?"
- "build.gradle"
- "build.gradle.kts"
- "*.md"
- "@semantic-release/github"
options:
Expand Down

0 comments on commit d9318d4

Please sign in to comment.