We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374f6b8 commit b9e56aaCopy full SHA for b9e56aa
scripts/release.sh
@@ -220,7 +220,7 @@ find "$PLUGIN_DIR" -name "*.pyc" -delete 2>/dev/null || true
220
# 提交更改
221
echo -e "${GREEN}[3/5]${NC} 提交更改..."
222
git add "$MANIFEST_FILE"
223
-git commit -m "chore($PLUGIN): release version $VERSION"
+git commit -m "chore($PLUGIN_NAME): release version $VERSION"
224
225
# 创建标签
226
echo -e "${GREEN}[4/5]${NC} 创建 Git 标签..."
0 commit comments