refactor(native): rename package family to node-addon-system

This commit is contained in:
imccyu
2026-09-08 20:49:10 +08:00
parent 336ebb235e
commit 7264906f99
83 changed files with 236 additions and 236 deletions
+2 -2
View File
@@ -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}`);