Skip to content

Commit

Permalink
chore: update releaserc on devsite branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela committed Aug 5, 2023
1 parent f497fef commit 61c1373
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
branches:
- main
- devsite
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
Expand All @@ -9,9 +10,13 @@ plugins:
- "build.gradle"
from: "\\bversion = '.*'"
to: "version = '${nextRelease.version}'"
- files:
- "build.gradle"
from: "com.google.maps.android:android-maps-utils:([0-9]+).([0-9]+).([0-9]+)"
to: "com.google.maps.android:android-maps-utils:${nextRelease.version}'"
- files:
- "README.md"
from: ":[0-9].[0-9].[0-9]"
from: ":([0-9]+).([0-9]+).([0-9]+)"
to: ":${nextRelease.version}"
- - "@semantic-release/exec"
- prepareCmd: "./gradlew build --warn --stacktrace"
Expand Down

0 comments on commit 61c1373

Please sign in to comment.