mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 13:03:46 +00:00
fix: release pipeline for npm
This commit is contained in:
parent
6b1950f9ab
commit
8a1d17f165
5 changed files with 655 additions and 480 deletions
|
|
@ -22,6 +22,11 @@ export async function updateVersion(opts: ReleaseOpts) {
|
|||
find: /"version": ".*"/,
|
||||
replace: `"version": "${opts.version}"`,
|
||||
},
|
||||
{
|
||||
path: "sdks/acp-http-client/package.json",
|
||||
find: /"version": ".*"/,
|
||||
replace: `"version": "${opts.version}"`,
|
||||
},
|
||||
{
|
||||
path: "sdks/typescript/package.json",
|
||||
find: /"version": ".*"/,
|
||||
|
|
@ -56,8 +61,9 @@ export async function updateVersion(opts: ReleaseOpts) {
|
|||
"sandbox-agent-error",
|
||||
"sandbox-agent-agent-management",
|
||||
"sandbox-agent-agent-credentials",
|
||||
"sandbox-agent-universal-agent-schema",
|
||||
"sandbox-agent-extracted-agent-schemas",
|
||||
"sandbox-agent-opencode-adapter",
|
||||
"sandbox-agent-opencode-server-manager",
|
||||
"acp-http-adapter",
|
||||
];
|
||||
|
||||
const cargoTomlPath = `${opts.root}/Cargo.toml`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue