Skip to content

Commit 0d47ec6

Browse files
authored
feat: remove packaging workflow (#103)
1 parent f16120b commit 0d47ec6

File tree

2 files changed

+0
-154
lines changed

2 files changed

+0
-154
lines changed

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

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

DEVELOPER.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,6 @@ are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/m
7373
* **Dependency Updates:** [Renovate](https://github.com/apps/forking-renovate)
7474
is configured to automatically create pull requests for dependency updates.
7575

76-
## Building the Extension
77-
78-
The "build" process for this extension involves packaging the extension's
79-
metadata files (`gemini-extension.json`, `KNOWLEDGE_CATALOG.md`, `LICENSE`) along with the
80-
pre-built `toolbox` binary into platform-specific archives (`.tar.gz` or `.zip`).
81-
82-
This process is handled automatically by the
83-
[`package-and-upload-assets.yml`](.github/workflows/package-and-upload-assets.yml)
84-
GitHub Actions workflow when a new release is created. Manual building is not
85-
required.
8676

8777
## Maintainer Information
8878

@@ -104,7 +94,3 @@ The release process is automated using `release-please`.
10494
2. **Merge Release PR:** A maintainer approves and merges the Release PR. This
10595
action triggers `release-please` to create a new GitHub tag and a
10696
corresponding GitHub Release.
107-
3. **Package and Upload:** The new release triggers the
108-
`package-and-upload-assets.yml` workflow. This workflow builds the
109-
platform-specific extension archives and uploads them as assets to the
110-
GitHub Release.

0 commit comments

Comments
 (0)