Skip to content

Commit cacd380

Browse files
chriskinzelChris Kinzel
andauthored
chore: sync plugin versions and configure release-please for all json manifests (#13)
Co-authored-by: Chris Kinzel <chriskinzel@google.com>
1 parent c352490 commit cacd380

5 files changed

Lines changed: 27 additions & 7 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "data-cloud-ai-dev-kit",
3-
"version": "0.1.0",
3+
"version": "0.1.4",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem."
5-
}
5+
}

.codex-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "data-cloud-ai-dev-kit",
3-
"version": "0.1.0",
3+
"version": "0.1.4",
44
"description": "This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.",
55
"skills": "./skills/",
66
"interface": {
77
"displayName": "Data Cloud AI Dev Kit",
88
"shortDescription": "Data Cloud AI Dev Kit",
99
"category": "Productivity"
1010
}
11-
}
11+
}

notebook_mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/standalone-notebook-mcp",
3-
"version": "0.1.0",
3+
"version": "0.1.4",
44
"description": "Standalone MCP server for notebook manipulation",
55
"main": "server.ts",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-cloud-ai-dev-kit",
3-
"version": "0.1.0",
3+
"version": "0.1.4",
44
"description": "Developer toolkit for Data Cloud and AI integrations",
55
"bin": {
66
"notebook-tools": "notebook_mcp/dist/index.js"

release-please-config.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,28 @@
3232
"type": "json",
3333
"path": "gemini-extension.json",
3434
"jsonpath": "$.version"
35+
},
36+
{
37+
"type": "json",
38+
"path": ".codex-plugin/plugin.json",
39+
"jsonpath": "$.version"
40+
},
41+
{
42+
"type": "json",
43+
"path": ".claude-plugin/plugin.json",
44+
"jsonpath": "$.version"
45+
},
46+
{
47+
"type": "json",
48+
"path": "notebook_mcp/package.json",
49+
"jsonpath": "$.version"
50+
},
51+
{
52+
"type": "json",
53+
"path": "package.json",
54+
"jsonpath": "$.version"
3555
}
3656
]
3757
}
3858
}
39-
}
59+
}

0 commit comments

Comments
 (0)