Skip to content

Commit

Permalink
chore: enable automatic github releases, reorder steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gyoshev committed May 5, 2022
1 parent 24693d4 commit 78f2874
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"url": "https://github.com/Leanplum/Leanplum-JavaScript-SDK/issues"
},
"release": {
"repositoryUrl": "git+https://github.com/Leanplum/Leanplum-JavaScript-SDK.git",
"repositoryUrl": "git@github.com:Leanplum/Leanplum-JavaScript-SDK.git",
"tagFormat": "${version}",
"branches": [
"master",
Expand All @@ -82,13 +82,14 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/exec",
{
"prepareCmd": "./bump_version.sh ${nextRelease.version}"
}
]
],
"@semantic-release/npm",
"@semantic-release/github"
]
},
"homepage": "https://github.com/Leanplum/Leanplum-JavaScript-SDK#readme"
Expand Down

0 comments on commit 78f2874

Please sign in to comment.