feat(release): add plugin packaging script and release notes

This commit is contained in:
2026-02-25 14:09:14 +00:00
parent 6792249a0b
commit 0c6d8bb2c5
4 changed files with 47 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: check check-rules test-api up down smoke render-config
.PHONY: check check-rules test-api up down smoke render-config package-plugin
check:
cd plugin && npm run check
@@ -20,3 +20,6 @@ smoke:
render-config:
node scripts/render-openclaw-config.mjs
package-plugin:
node scripts/package-plugin.mjs