We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following conventional-changelog/get-pkg-repo#9 (comment)
Possible solution: in index.js
index.js
// before string = string.replace('.com:', '.com/') // after string = string.replace(/\.([A-Za-z]+)\:/, '.$1/');
The text was updated successfully, but these errors were encountered:
The change seems good to me :)
Sorry, something went wrong.
needs pull request and tests
Hi @bahmutov, I've opened a PR to fix this issue.
This was also recently reported by @kobik on semantic-release-gitlab - https://gitlab.com/hyper-expanse/open-source/semantic-release-gitlab/issues/40
semantic-release-gitlab
No branches or pull requests
Following conventional-changelog/get-pkg-repo#9 (comment)
Possible solution: in
index.js
The text was updated successfully, but these errors were encountered: