Skip to content

Commit

Permalink
feat(release): Should now create a package in GitHub NPM registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian7843 committed Sep 7, 2021
1 parent 86d9ca8 commit eb9819b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github"
]
"@semantic-release/github",
"@semantic-release/npm"
]
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"hgjson": "tsc && dist/bin/hgjson.js",
"semantic-release": "semantic-release"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"tag": "latest"
},
"bin": {
"hgjson": "./dist/hgjson.js"
},
Expand Down

0 comments on commit eb9819b

Please sign in to comment.