Skip to content

Migrate to use git-mob-core

Compare
Choose a tag to compare
@rkotze rkotze released this 06 May 20:14
· 104 commits to master since this release

1.20.0

General maintenance and migration to use git-mob-core for consistency.

Added

  • Integrate features from git-mob-core v0.8.2 - see PR 266 for details
    • Create new .git-coauthors file and temp one for UI tests
    • Use core Author class
    • Remove usage of old gitAuthors internal function, was moved into test folder as it's needed there.
    • Get repo contributors repoAuthorList
    • Fetch user from GitHub
    • Removed old Git commands and rev parse exec files.
  • Integrate breaking changes from git-mob-core v0.9.x
    • getPrimaryAuthor, getSelectedCoAuthors, setPrimaryAuthor now use promises
    • Remove usage of old gitAuthors internal function in UI test folder replace with git-mob-core library

Fixed

  • VS code UI not updated after saved changes in .git-coauthor file.
  • After UI tests run clean up temporary files, .git-coauthors and .gitmessage.

What's Changed

Full Changelog: v1.19.0...v1.20.0