Skip to content

Commit 92e0e34

Browse files
chore: Synced local '.releaserc' with remote 'sync-files/android/.lib_releaserc_groovy'
1 parent bc8abc1 commit 92e0e34

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.releaserc

-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
branches:
22
- main
3-
- devsite
43
plugins:
54
- "@semantic-release/commit-analyzer"
65
- "@semantic-release/release-notes-generator"
@@ -10,10 +9,6 @@ plugins:
109
- "build.gradle"
1110
from: "\\bversion = '.*'"
1211
to: "version = '${nextRelease.version}'"
13-
- files:
14-
- "build.gradle"
15-
from: "com.google.maps.android:android-maps-utils:([0-9]+).([0-9]+).([0-9]+)"
16-
to: "com.google.maps.android:android-maps-utils:${nextRelease.version}'"
1712
- files:
1813
- "README.md"
1914
from: ":([0-9]+).([0-9]+).([0-9]+)"

0 commit comments

Comments
 (0)