BREAKING CHANGES
git town sync
: Local changes in a prototype branch now get pushed if that branch has a tracking branch.git town sync
doesn't create this tracking branch, you have to create it manually if this behavior is needed. Prototoype branches are used for active development, hence their local and tracking branch should remain in sync (#4542).
Bug Fixes
git town compress
no longer removes the commit message body (#4536).- No longer tries to look up proposals when offline mode is enabled (#4544).
git town switch
now separates warning messages with an empty line from the branch tree (#4543).- The setup assistant now allows configuring the new ff-only sync strategy (#4549).
Contributors
Shoutout to @JaredSharplin, @kevgo, @stephenwade for contributing ideas, feedback, and code to 17 shipped PRs and 4 resolved issues!