crazyfactory/gitflow

The `isClean()` usage for stashing is not optimal

Closed this issue ยท 3 comments

git status --porcelain should be replaced by git diff --name-only git diff --quiet

there is no point stashing unstaged files

@ice5050 can you have a look at it? also #20 which is similar

better yet, use git diff --quiet which exits with 1 if dirty, 0 if not

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

The release is available on:

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