From a9b4efa25c13186c4644a265f7b0241a1b23cd8f Mon Sep 17 00:00:00 2001 From: huid Date: Tue, 13 Aug 2024 11:54:38 +0800 Subject: [PATCH] feat: add auto commit dependence lib --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c41aa328ff3..dc0f2787775 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "build": "rm -rf ./dist/ && huid-reference-cli", "start": "huid-reference-cli --watch", "prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'", - "markdownlint": "npx markdownlint-cli --fix ./docs/*.md" + "markdownlint": "npx markdownlint-cli --fix ./docs/*.md", + "release": "bumpp --no-tag -c 'auto' --yes" }, "repository": { "type": "git", @@ -28,6 +29,7 @@ "docs/*.md": "markdownlint --fix" }, "devDependencies": { + "bumpp": "^9.5.1", "huid-reference-cli": "^0.0.5", "husky": "^9.0.0", "lint-staged": "^15.0.0",