We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8abc1 commit 92e0e34Copy full SHA for 92e0e34
.releaserc
@@ -1,6 +1,5 @@
1
branches:
2
- main
3
- - devsite
4
plugins:
5
- "@semantic-release/commit-analyzer"
6
- "@semantic-release/release-notes-generator"
@@ -10,10 +9,6 @@ plugins:
10
9
- "build.gradle"
11
from: "\\bversion = '.*'"
12
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}'"
17
- files:
18
- "README.md"
19
from: ":([0-9]+).([0-9]+).([0-9]+)"
0 commit comments