mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
refactor(native): rename package family to node-addon-system
This commit is contained in:
@@ -37,6 +37,6 @@ run('git', [
|
||||
'packages/*/package.json',
|
||||
'../../pnpm-lock.yaml',
|
||||
]);
|
||||
run('git', ['commit', '-m', `release(landlock-run): ${version}`]);
|
||||
run('git', ['commit', '-m', `release(node-addon-system): ${version}`]);
|
||||
|
||||
console.log(`Committed release ${version}. Create the tag manually: git tag landlock-run-v${version}`);
|
||||
console.log(`Committed release ${version}. Create the tag manually: git tag node-addon-system-v${version}`);
|
||||
|
||||
Reference in New Issue
Block a user