Skip to content

Commit 78f2874

Browse files
committed
chore: enable automatic github releases, reorder steps
1 parent 24693d4 commit 78f2874

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"url": "https://github.com/Leanplum/Leanplum-JavaScript-SDK/issues"
7070
},
7171
"release": {
72-
"repositoryUrl": "git+https://github.com/Leanplum/Leanplum-JavaScript-SDK.git",
72+
"repositoryUrl": "git@github.com:Leanplum/Leanplum-JavaScript-SDK.git",
7373
"tagFormat": "${version}",
7474
"branches": [
7575
"master",
@@ -82,13 +82,14 @@
8282
"plugins": [
8383
"@semantic-release/commit-analyzer",
8484
"@semantic-release/release-notes-generator",
85-
"@semantic-release/npm",
8685
[
8786
"@semantic-release/exec",
8887
{
8988
"prepareCmd": "./bump_version.sh ${nextRelease.version}"
9089
}
91-
]
90+
],
91+
"@semantic-release/npm",
92+
"@semantic-release/github"
9293
]
9394
},
9495
"homepage": "https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme"

0 commit comments

Comments
 (0)