Skip to content

v2.0.0

Compare
Choose a tag to compare
@nivekcode nivekcode released this 29 Aug 21:52
· 96 commits to master since this release

2.0.0 (2020-08-29)

Features

  • 🎸 support ignore files and dry run (4a28554), closes #20

BREAKING CHANGES

🧨 config options

  • autoMerge option replaced with noAutoMerge, and the option default value is false.
  • silent option replaced with verbose, and the option default value is false.
  • The -v option alias now stands for the verbose option instead of getting the import conductor version.
  • The -m option alias (which used for the autoMerge) was removed.
  • The -d option alias now stands for the dryRun option instead of autoAdd.

See the updated config options in this section of the documentation.