diff --git a/apps/cli/package.json b/apps/cli/package.json index 41c0938f..be7acd5c 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -20,7 +20,7 @@ "typecheck": "tsc --noEmit", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", - "release": "bun run build && changelogen --bump --no-output && npm publish" + "release": "bun run build && changelogen --bump --no-output && git add . && git commit -m 'chore: release new cli version' && git push && && npm publish" }, "devDependencies": { "@shelve/eslint-config": "*", @@ -56,4 +56,4 @@ "unbuild": "^2.0.0" }, "license": "Apache-2.0" -} \ No newline at end of file +}