lakjdslakjsd

This commit is contained in:
2026-05-27 16:07:56 +02:00
parent 9848790a97
commit c08a302f9b
+1 -1
View File
@@ -622,7 +622,7 @@ bump-new-worktree *packages:
export JUST_SYSTEM="$(just _a_system)"
gum confirm --default=no "Check versions on all branches?" && just get-versions "${packages[0]}" ||: # TODO: timeout?
#worktree=$(just _new_worktree "$(gum confirm "Use tmp worktree?" && echo tmp-bump || echo bump)" "$(printf "%s\n" "${packages[0]}" | rev | cut -d. -f1 | rev)")
worktree=$(just _new_worktree "$bump" "$(printf "%s\n" "${packages[0]}" | rev | cut -d. -f1 | rev)")
worktree=$(just _new_worktree "bump" "$(printf "%s\n" "${packages[0]}" | rev | cut -d. -f1 | rev)")
[[ -n "$worktree" ]]
[[ -d "$worktree" ]]
cd "$worktree"