We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c0113 commit 31292d6Copy full SHA for 31292d6
scripts/release.sh
@@ -9,8 +9,9 @@ set -euo pipefail
9
bun run changeset version
10
11
# 2 Update lockfile and amend commit
12
-bun update --lockfile-only
+bun update
13
git add bun.lock*
14
+git restore .
15
message="$(git log -1 --pretty=%B)$(echo -e '\nchore: updating dependencies via bun update --lockfile-only')"
16
git commit --amend -m "$message"
17
0 commit comments