Skip to content

Commit 3ee1009

Browse files
committed
fixed release script
1 parent 3e5dc0f commit 3ee1009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cd ../frontend
2828
npm run update-api && npm run generate-api && npm run update-version
2929

3030
cd ..
31-
git add backend/src/configs/version.yaml backend/pyproject.toml backend/uv.lock docker/.env.example frontend/package.json frontend/package-lock.json frontend/src/openapi.json frontend/src/api/openapi/core/OpenAPI.ts
31+
git add backend/configs/version.yaml backend/pyproject.toml backend/uv.lock docker/.env.example frontend/package.json frontend/package-lock.json frontend/src/openapi.json frontend/src/api/openapi/core/OpenAPI.ts
3232
git commit -m "Release v$1"
3333
git tag v"$1"
3434
git push

0 commit comments

Comments
 (0)