Release v1.1.0 - #1
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release v1.1.0.
What's new (v1.1.0)
git wt add ... --go— prints the worktree path on stdout forcdintegration (e.g.cd "$(git wt add feature --go)").git wt root— prints the absolute path of the main repository root from any worktree..git-wtrc—pre-add,post-add,pre-remove, andpost-removewithGIT_WT_BRANCH,GIT_WT_PATH,GIT_WT_ROOT, andGIT_WT_BASE(on add hooks).git wt remove --delete-branch(-db) — automatically deletes the local branch when removing a worktree, skipping the interactive prompt (e.g.git wt rm feature -db).info/successgo to stderr so stdout stays clean for machine-readable output (--go,path, etc.).Fixes
git wt removeno longer fails in CI/CD — the branch delete prompt is safely skipped in non-interactive environments where/dev/ttyis unavailable.removestep now uses--delete-branchto avoid TTY errors in GitHub Actions.Other changes in this branch
scripts/publish-packages.sh).lint,test,ci,install, andcleantargets.Commits included
build(release): add script to publish Homebrew and Scoop pkgsfeat(wt): add hooks, root command, add --go, and v1.1.0docs(readme): document hooks, root, --go, and workflowdocs(changelog): add v1.1.0 release notesfix(cli): skip local branch delete prompt when not interactivefeat(wt): add --delete-branch / -db flag to remove commandAfter merge, follow the usual release flow (tag
v1.1.0, GitHub Release, etc.).