File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ version VERSION:
101101 npm pkg set version={{ VERSION}}
102102 bun install
103103 git add package.json bun.lock
104- git commit -m " chore(extension): bump version to {{ VERSION}} "
104+ git diff --cached --quiet || git commit -m " chore(extension): bump version to {{ VERSION}} "
105105 git tag ext-v{{ VERSION}}
106106
107107[group (' utils' )]
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ version VERSION:
287287
288288 # Commit and tag
289289 git add pyproject.toml packages/ */ pyproject.toml uv.lock web/ package.json web/ bun.lock
290- git commit -m " chore: bump version to {{ VERSION}} "
290+ git diff --cached --quiet || git commit -m " chore: bump version to {{ VERSION}} "
291291 git tag v{{ VERSION}}
292292
293293[group (' utils' )]
You can’t perform that action at this time.
0 commit comments