This repository was archived by the owner on Sep 9, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree7 files changed
+81
-6
lines changed Expand file treeCollapse file tree7 files changed
+81
-6
lines changed Original file line number | Diff line number | Diff line change |
---|
|
13 | 13 | # limitations under the License.
|
14 | 14 | docker:
|
15 | 15 | image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
|
16 |
| -digest: sha256:7c853edc4136ae8f19f9d46d4569d38de2e446db2eea057f32e412bdba255846 |
| 16 | +digest: sha256:ebc2104854c5b81c6fd72ca79400a2e20e0d510c5e0654fd1a19e5c9be160ca6 |
Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +# Copyright 2022 Google LLC |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +# action job to test core java library features on |
| 15 | +# downstream client libraries before they are released. |
1 | 16 | on:
|
2 | 17 | pull_request:
|
3 | 18 | name: auto-merge-readme
|
|
Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +# Copyright 2022 Google LLC |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +# action job to test core java library features on |
| 15 | +# downstream client libraries before they are released. |
1 | 16 | on:
|
2 | 17 | pull_request:
|
3 | 18 | name: auto-release
|
|
16 | 31 | return;
|
17 | 32 | }
|
18 | 33 |
|
19 |
| -// only approve PRs like "chore: release <release version>" |
20 |
| -if ( !context.payload.pull_request.title.startsWith("chore: release") ) { |
| 34 | +// only approve PRs like "chore(main): release <release version>" |
| 35 | +if ( !context.payload.pull_request.title.startsWith("chore(main): release") ) { |
21 | 36 | return;
|
22 | 37 | }
|
23 | 38 |
|
|
Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +# Copyright 2022 Google LLC |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +# action job to test core java library features on |
| 15 | +# downstream client libraries before they are released. |
1 | 16 | on:
|
2 | 17 | push:
|
3 | 18 | branches:
|
|
Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +# Copyright 2022 Google LLC |
| 2 | +# |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +# you may not use this file except in compliance with the License. |
| 5 | +# You may obtain a copy of the License at |
| 6 | +# |
| 7 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | +# |
| 9 | +# Unless required by applicable law or agreed to in writing, software |
| 10 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +# See the License for the specific language governing permissions and |
| 13 | +# limitations under the License. |
| 14 | +# action job to test core java library features on |
| 15 | +# downstream client libraries before they are released. |
1 | 16 | on:
|
2 | 17 | pull_request:
|
3 | 18 | name: samples
|
|
Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | :: See documentation in type-shell-output.bat
|
| 2 | +# Copyright 2022 Google LLC |
| 3 | +# |
| 4 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +# you may not use this file except in compliance with the License. |
| 6 | +# You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | +# action job to test core java library features on |
| 16 | +# downstream client libraries before they are released. |
2 | 17 |
|
3 | 18 | "C:\Program Files\Git\bin\bash.exe" %~dp0build.sh
|
Original file line number | Diff line number | Diff line change |
---|
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
|
22 | 22 | <dependency>
|
23 | 23 | <groupId>com.google.analytics</groupId>
|
24 | 24 | <artifactId>google-analytics-admin</artifactId>
|
25 |
| -<version>0.7.0</version> |
| 25 | +<version>0.8.0</version> |
26 | 26 | </dependency>
|
27 | 27 | ```
|
28 | 28 |
|
29 | 29 | If you are using Gradle without BOM, add this to your dependencies
|
30 | 30 |
|
31 | 31 | ```Groovy
|
32 |
| -implementation 'com.google.analytics:google-analytics-admin:0.7.0' |
| 32 | +implementation 'com.google.analytics:google-analytics-admin:0.8.0' |
33 | 33 | ```
|
34 | 34 |
|
35 | 35 | If you are using SBT, add this to your dependencies
|
36 | 36 |
|
37 | 37 | ```Scala
|
38 |
| -libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.7.0" |
| 38 | +libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.8.0" |
39 | 39 | ```
|
40 | 40 |
|
41 | 41 | ## Authentication
|
|
You can’t perform that action at this time.
0 commit comments