Skip to content

Commit 9b90ff1

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--bigquery-data-analytics
2 parents 3cdaedc + 8c55989 commit 9b90ff1

2 files changed

Lines changed: 12 additions & 140 deletions

File tree

.github/workflows/package-and-upload-assets.yml

Lines changed: 0 additions & 139 deletions
This file was deleted.

release-please-config.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,23 @@
2828
"release-type": "simple",
2929
"package-name": "bigquery-data-analytics",
3030
"extra-files": [
31+
"README.md",
3132
{
3233
"type": "json",
3334
"path": "gemini-extension.json",
3435
"jsonpath": "$.version"
36+
},
37+
{
38+
"type": "json",
39+
"path": ".claude-plugin/plugin.json",
40+
"jsonpath": "$.version"
41+
},
42+
{
43+
"type": "json",
44+
"path": ".codex-plugin/plugin.json",
45+
"jsonpath": "$.version"
3546
}
3647
]
3748
}
3849
}
39-
}
50+
}

0 commit comments

Comments
 (0)