Skip to content

Commit

Permalink
ci: removing clirr from required checks (#873)
Browse files Browse the repository at this point in the history
Making CLIRR not required. The version bumps are now controlled by the Release Please and OwlBot. The CL authors create appropriate change description to control major version bumps.
  • Loading branch information
suztomo authored Jul 1, 2022
1 parent 8b2ffcf commit 9954de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions java-monitoring/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ branchProtectionRules:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
Expand All @@ -26,7 +25,6 @@ branchProtectionRules:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (7)
- units (8)
- units (11)
Expand All @@ -41,7 +39,6 @@ branchProtectionRules:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (7)
- units (8)
- units (11)
Expand All @@ -56,7 +53,6 @@ branchProtectionRules:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
Expand All @@ -71,7 +67,6 @@ branchProtectionRules:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
Expand Down
4 changes: 2 additions & 2 deletions java-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring:3.3.0'
implementation 'com.google.cloud:google-cloud-monitoring:3.3.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.0"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.1"
```

## Authentication
Expand Down

0 comments on commit 9954de7

Please sign in to comment.