File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,20 @@ Use Linux environment.
17
17
18
18
Install Docker.
19
19
20
+ ### Ensure no Release Please "snapshot" pull request open
21
+
22
+ Ensure google-cloud-java repository does not have [ a pull request with "autorelease: snapshot" label] (
23
+ https://github.com/googleapis/google-cloud-java/pulls?q=is%3Apr+is%3Aopen+label%3A%22autorelease%3A+snapshot%22 ).
24
+
25
+ If you find one, merge it after approving it.
26
+ This is a pull request to append "-SNAPSHOT" to versions in pom.xml files in the
27
+ repostiory. It's not for an actual release.
28
+
29
+ Background: This new client library generation process creates pom.xml files with
30
+ a "-SNAPSHOT" version. To have consistency with other modules, ensure the pom.xml files in
31
+ the repository has "-SNAPSHOT" versions too.
32
+
33
+
20
34
### Checkout google-cloud-java repository
21
35
22
36
```
@@ -175,6 +189,8 @@ Please create a pull request:
175
189
```
176
190
177
191
Create a pull request from the change.
192
+ In the description, record the ` python3.9 generation/new_client/new-client.py generate ... `
193
+ command you ran above.
178
194
179
195
## Advanced Options
180
196
You can’t perform that action at this time.
0 commit comments