Skip to content

Commit 9590d7a

Browse files
committed
Update the release script
1 parent 70de5e1 commit 9590d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ run poetry version "${BUMP}"
2828
VERSION="v$(poetry version -s)"
2929
run cd ..
3030

31-
run git add Cargo.toml ./*/Cargo.toml synapse/pyproject.toml
31+
run git add Cargo.toml synapse/pyproject.toml
3232
run git status
3333

3434
printf "About to commit and push version %s. Are you sure? " "${VERSION}"

0 commit comments

Comments
 (0)