feat(release): add plugin packaging script and release notes
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user