lakjdslakjsd
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user