diff --git a/.releaserc b/.releaserc index a8883ec5b..d7cda0539 100644 --- a/.releaserc +++ b/.releaserc @@ -1,6 +1,5 @@ branches: - main - - devsite plugins: - "@semantic-release/commit-analyzer" - "@semantic-release/release-notes-generator" @@ -10,10 +9,6 @@ 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]+)"