From 00de9afaea5479b2d853077d9ee0aa60bc41bb88 Mon Sep 17 00:00:00 2001 From: chouchouji <1305974212@qq.com> Date: Tue, 10 Dec 2024 14:55:34 +0800 Subject: [PATCH] chore: improve description and keywords --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9bc34a5..3eb6dce 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,12 @@ "name": "@varlet/release", "type": "module", "version": "0.3.1", - "description": "release all packages and generate changelogs", + "description": "publish all packages, generate changelogs and check commit messages", "keywords": [ "varlet", "release", - "changelog" + "changelog", + "commit-lint" ], "author": "clencat <2091927351@qq.com>", "license": "MIT",