[BUG] git worktree support
darcyclarke opened this issue · 1 comments
darcyclarke commented
When running npm version ...
a commit/tag isn't created when you run within a git worktree. We should be able to detect when there's a ref to follow (ie. gitdir
) inside a relative .git
file. Need to update lib/is.js
to understand this scenario....
darcyclarke commented
This was fixed in: d56ed69