Skip to content

Commit bc35b53

Browse files
authored
Merge branch 'main' into obs-skills
2 parents f078835 + a47003b commit bc35b53

3 files changed

Lines changed: 11 additions & 146 deletions

File tree

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

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

DEVELOPER.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@ The skills themselves are validated using the `skills-validate.yml` workflow.
5959
* **Dependency Updates:** [Renovate](https://github.com/apps/forking-renovate)
6060
is configured to automatically create pull requests for dependency updates.
6161

62-
## Building the Extension
63-
64-
The "build" process for this extension involves packaging the extension's
65-
metadata files (`gemini-extension.json`, `cloud-sql-postgresql.md`, `LICENSE`) along with the
66-
pre-built `toolbox` binary into platform-specific archives (`.tar.gz` or `.zip`).
67-
68-
This process is handled automatically by the
69-
[`package-and-upload-assets.yml`](.github/workflows/package-and-upload-assets.yml)
70-
GitHub Actions workflow when a new release is created. Manual building is not
71-
required.
72-
7362
## Maintainer Information
7463

7564
### Team
@@ -124,7 +113,3 @@ The process is handled by the [`mirror-changelog.yml`](.github/workflows/mirror-
124113
2. **Merge Release PR:** A maintainer approves and merges the Release PR. This
125114
action triggers `release-please` to create a new GitHub tag and a
126115
corresponding GitHub Release.
127-
3. **Package and Upload:** The new release triggers the
128-
`package-and-upload-assets.yml` workflow. This workflow builds the
129-
platform-specific extension archives and uploads them as assets to the
130-
GitHub Release.

release-please-config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,18 @@
3333
"type": "json",
3434
"path": "gemini-extension.json",
3535
"jsonpath": "$.version"
36+
},
37+
{
38+
"type": "json",
39+
"path": ".codex-plugin/plugin.json",
40+
"jsonpath": "$.version"
41+
},
42+
{
43+
"type": "json",
44+
"path": ".claude-plugin/plugin.json",
45+
"jsonpath": "$.version"
3646
}
3747
]
3848
}
3949
}
40-
}
50+
}

0 commit comments

Comments
 (0)