diff --git a/package.json b/package.json index b4143ae..a0fc910 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "log": "auto-changelog && git add . && git ci -m ' 📖 DOC: Update the changelog' && git push", "release": "release-it && npx vsce publish", "release-major": "release-it major && npx vsce publish", - "release-patch": "release-it patch && npx vsce publish", "release-dry": "release-it --dry-run" }, "auto-changelog": {