crazyfactory/gitflow

Cleanup redundant code

Closed this issue ยท 1 comments

the below snippet has to be extracted to a callable.

const isGitDirectory = await git.isGitDirectory();

if (!isGitDirectory) {
  console.log('You are not in a git directory');
  return;
}

๐ŸŽ‰ This issue has been resolved in version 1.2.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€