From 5ec74795b94d53e9f0886d9783d77a13b47669b9 Mon Sep 17 00:00:00 2001 From: snomiao Date: Mon, 12 Apr 2021 04:22:41 +0800 Subject: [PATCH] chore: versioning --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 03d968d0..597f7038 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,8 @@ "build:patch": "npm version patch", "build:minor": "npm version minor", "build:major": "npm version major", - "versioning": "git commit -a -m chore:versioning", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md", - "version": "node tools/versioning.node.mjs && npm run versioning", + "version": "node tools/versioning.node.mjs -- && git commit -a -m chore:versioning", "postversion": "npm run changelog && git push --follow-tag", "gitsync": "npm run gitsync:gh && npm run gitsync:cn && npm run gitsync:bb", "gitpush:gh": "git push --follow-tag --repo git@github.com:snomiao/CapsLockX.git", @@ -42,4 +41,4 @@ "@commitlint/config-conventional": "^12.0.1", "conventional-changelog-cli": "^2.1.1" } -} +} \ No newline at end of file