Skip to content

Commit

Permalink
fix(release): delete nodejs repo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
itayB committed Apr 28, 2024
1 parent ac1da78 commit 3c98863
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7,303 deletions.
14 changes: 1 addition & 13 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,11 @@ module.exports = {
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).`,
},
],
[
'@semantic-release/exec',
{
prepareCmd: 'npm ci && npm run build',
},
],
[
'@semantic-release/npm',
{
npmPublish: true,
},
],
[
'@semantic-release/git',
{
message: 'chore(release): ${nextRelease.version} ${nextRelease.notes}',
assets: ['CHANGELOG.md', 'package.json', 'package-lock.json'],
assets: ['CHANGELOG.md'],
},
],
[
Expand Down
Loading

0 comments on commit 3c98863

Please sign in to comment.