Open NateScarlet opened 5 years ago
For anyone who comes across this issue, you need to add your repository details to the submodule's package.json
:
{
...
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/standard-version.git"
},
...
}
Current version will always use parent repo's url
Reproduce repo: https://github.com/NateScarlet/issue-repro/tree/standard-version-1