Skip to content

Commit

Permalink
docs: add auto-commit on cli release
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 31, 2024
1 parent 6eb2af9 commit 56de875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down Expand Up @@ -56,4 +56,4 @@
"unbuild": "^2.0.0"
},
"license": "Apache-2.0"
}
}

0 comments on commit 56de875

Please sign in to comment.