Skip to content
Snippets Groups Projects
Commit 56eb3347 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(branchName): replace all forward slashes

parent bb1a06e2
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ function flattenUpdates(config, packageFiles) {
? updateConfig.depName
.replace('@types/', '')
.replace('@', '')
.replace('/', '-')
.replace(/\//g, '-')
.replace(/\s+/g, '-')
.toLowerCase()
: undefined;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment