Skip to content

Commit ebb8c9f

Browse files
authored
ci: removing clirr from required checks (#393)
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.
1 parent 3f2dd85 commit ebb8c9f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

java-notebooks/.github/sync-repo-settings.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ branchProtectionRules:
1111
- dependencies (8)
1212
- dependencies (11)
1313
- lint
14-
- clirr
1514
- units (8)
1615
- units (11)
1716
- 'Kokoro - Test: Integration'
@@ -26,7 +25,6 @@ branchProtectionRules:
2625
- dependencies (8)
2726
- dependencies (11)
2827
- lint
29-
- clirr
3028
- units (7)
3129
- units (8)
3230
- units (11)

java-notebooks/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
2727
If you are using Gradle without BOM, add this to your dependencies
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-notebooks:1.1.0'
30+
implementation 'com.google.cloud:google-cloud-notebooks:1.1.1'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.1.0"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-notebooks" % "1.1.1"
3737
```
3838

3939
## Authentication

0 commit comments

Comments
 (0)