Skip to content

Remove delete & edit - improve suggest function

Latest
Compare
Choose a tag to compare
@rkotze rkotze released this 05 Dec 18:03
· 7 commits to master since this release

git-mob 4.0.0

Added

  • Update to suggest-coauthors will show a select interactive list using inquirer/checkbox. Select one or more authors to save. Reducing the number of steps to add new co-authors.
  • Finished migration to TypeScript for the main files in git-mob and git-mob-core packages. Issue 83

Breaking

  • Removed the following commands because I think they are low value to maintain. See readme on how to edit/delete co-authors.
    • git delete-coauthor
    • git edit-coauthor

git-mob-core 0.10.0

Added

  • Expose a public function to format Git message co-author trailers in one place. For consumers like Git Mob VS Code extension.

What's Changed

Full Changelog: v3.2.3...v4.0.0