Skip to content

Commit b9e56aa

Browse files
committed
fix: scope release commit message
1 parent 374f6b8 commit b9e56aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ find "$PLUGIN_DIR" -name "*.pyc" -delete 2>/dev/null || true
220220
# 提交更改
221221
echo -e "${GREEN}[3/5]${NC} 提交更改..."
222222
git add "$MANIFEST_FILE"
223-
git commit -m "chore($PLUGIN): release version $VERSION"
223+
git commit -m "chore($PLUGIN_NAME): release version $VERSION"
224224

225225
# 创建标签
226226
echo -e "${GREEN}[4/5]${NC} 创建 Git 标签..."

0 commit comments

Comments
 (0)