forked from googleapis/release-please
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpython.js
More file actions
37 lines (37 loc) · 1.05 KB
/
python.js
File metadata and controls
37 lines (37 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
exports['Python buildUpdates updates changelog.json if present 1'] = `
{
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "845db1381b3d5d20151cad2588f85feb",
"message": "update dependency com.google.cloud:google-cloud-storage to v1.120.0",
"issues": [],
"scope": "deps"
},
{
"type": "chore",
"sha": "b3f8966b023b8f21ce127142aa91841c",
"message": "update a very important dep",
"issues": [],
"breakingChangeNote": "update a very important dep"
},
{
"type": "fix",
"sha": "08ca01180a91c0a1ba8992b491db9212",
"message": "update dependency com.google.cloud:google-cloud-spanner to v1.50.0",
"issues": [],
"scope": "deps"
}
],
"version": "0.1.0",
"language": "PYTHON",
"artifactName": "google-cloud-automl",
"id": "abc-123-efd-qwerty",
"createTime": "2023-01-05T16:42:33.446Z"
}
],
"updateTime": "2023-01-05T16:42:33.446Z"
}
`