Skip to content

Commit

Permalink
chore: Update release config in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Feb 11, 2024
1 parent 32eb820 commit 71c75a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keyshade-xyz",
"version": "0.1.0-alpha",
"version": "1.0.0",
"license": "MPL-2.0",
"private": true,
"release": {
Expand Down Expand Up @@ -68,6 +68,7 @@
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
Expand All @@ -78,8 +79,7 @@
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github",
"@semantic-release/npm"
"@semantic-release/github"
]
},
"scripts": {
Expand Down

0 comments on commit 71c75a7

Please sign in to comment.