Skip to content

Commit

Permalink
chore: add releaserc to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Aug 11, 2021
1 parent bcb0a15 commit c8c860d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,25 @@
"scripts": {
"build": "rollup -c",
"prepare": "npm run build"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"dist/*.js",
"CHANGELOG.md",
"package.json",
"package-lock.json"
]
}
]
]
}
}

0 comments on commit c8c860d

Please sign in to comment.