fix: sync plugin.json version with latest tag (#171)

Sync plugin.json version to 1.4.1, add CI check to verify versions match on release, and add release.sh script. Fixes #170.
This commit is contained in:
ericcai
2026-02-09 08:18:49 +08:00
committed by GitHub
parent 11ad2a875f
commit d2191d09a2
4 changed files with 80 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ const {
getClaudeDir,
ensureDir,
readFile,
writeFile,
log
} = require('./utils');