Skip to content

Commit

Permalink
semantic release config file created
Browse files Browse the repository at this point in the history
  • Loading branch information
AbreezaSaleem committed Apr 17, 2023
1 parent e0b1543 commit 70b1d28
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"plugins": [
["@semantic-release/github", {
"assets": [
{"path": "dist/react-voice-recorder-player.js", "label": "ECMAScript Module distribution"},
{"path": "dist/react-voice-recorder-player.umd.cjs", "label": "Common JS distribution"}
]
}],
["@semantic-release/git",
{
"assets": [
"dist/*",
"LICENSE",
"package.json",
"README.md"
],
"message": "chore: Release \\${nextRelease.version} [skip ci]\n\n\\${nextRelease.notes}"
}]
]
}

0 comments on commit 70b1d28

Please sign in to comment.