You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there :-)
Am new to semantic-release-cli, so maybe I'm not getting it, but a quick google led nowhere.
Situation/Reproduce BUG:
Trying to init via semantic-release-cli setup gives:
ERR! semantic-release Could not get repository url. Please create/add the repository.
ERR! semantic-release Error: ENOTDIR: not a directory, open './.git/config'
To reproduce simply try to init semantic-release-cli on a git-submodule dir.
The .git/config doesn't exist since a submodule has a .git file instead of a .git dir.
Example: My .git file contents: gitdir: ../.git/modules/react-fp
It seems to me that basically semantic-release-cli cannot deal with git-submodules.
But I want ... hh
So maybe this is rather a feature-request, though methinks this could be a nice addition to functionality at very low cost.
Cheers, joehannes
The text was updated successfully, but these errors were encountered:
BUG / Feature-Request
Hi there :-)
Am new to semantic-release-cli, so maybe I'm not getting it, but a quick google led nowhere.
Situation/Reproduce BUG:
Trying to init via
semantic-release-cli setup
gives:To reproduce simply try to init semantic-release-cli on a git-submodule dir.
The .git/config doesn't exist since a submodule has a .git file instead of a .git dir.
Example: My
.git file contents
:gitdir: ../.git/modules/react-fp
It seems to me that basically semantic-release-cli cannot deal with git-submodules.
But I want ... hh
So maybe this is rather a feature-request, though methinks this could be a nice addition to functionality at very low cost.
Cheers, joehannes
The text was updated successfully, but these errors were encountered: