Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

chore: Disabling release-please #1018

Merged
merged 2 commits into from May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/release-please.yml
@@ -1,20 +1,3 @@
branches:
- branch: 2.1.0-sp
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-lts
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
branch: java7
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
branch: 3.1.x
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
branch: 3.2.x
bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-yoshi
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -26,20 +26,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
<version>3.14.0</version>
<version>3.16.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring:3.14.0'
implementation 'com.google.cloud:google-cloud-monitoring:3.16.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.14.0"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.16.0"
```

## Authentication
Expand Down