Skip to content

Commit 9713dfb

Browse files
authored
fix(release): fix release configs (#16)
1 parent ae4fc42 commit 9713dfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"branches": ["main"],
33
"tagFormat": "v${version}",
4-
"repositoryUrl": "https://github.com/Kit-p/json-kit/",
4+
"repositoryUrl": "https://github.com/Kit-p/json-kit",
55
"plugins": [
66
[
77
"@semantic-release/commit-analyzer",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"bugs": {
5050
"url": "https://github.com/kit-p/json-kit/issues"
5151
},
52-
"homepage": "https://github.com/kit-p/json-kit/",
52+
"homepage": "https://github.com/kit-p/json-kit",
5353
"packageManager": "[email protected]",
5454
"dependencies": {
5555
"bson": "^4.7.2",

0 commit comments

Comments
 (0)