Skip to content

Commit 9650214

Browse files
authored
fix: remove trailing slash that breaks semantic-release (#99)
fix: remove trailing slash that breaks semantic-release
2 parents c578f2c + 915ecc4 commit 9650214

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"branch" : "master",
3-
"repositoryUrl" : "https://github.com/digithinkit/bloomstack_core/",
3+
"repositoryUrl" : "https://github.com/digithinkit/bloomstack_core",
44
"plugins" : ["@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/github"]
5-
}
5+
}

0 commit comments

Comments
 (0)