fix(ci): preserve workspace openclaw plugin links

This commit is contained in:
Peter Steinberger
2026-03-31 22:04:27 +01:00
parent f85aba43a9
commit 968bc3d5b0
2 changed files with 52 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ import { join, resolve } from "node:path";
type PackageJson = {
name?: string;
version?: string;
devDependencies?: Record<string, string>;
};
function ensureChangelogEntry(changelogPath: string, version: string): boolean {