Skip to content

Commit

Permalink
fix: update package settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Jan 14, 2024
1 parent f4ff5e2 commit 39604d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 108 deletions.
6 changes: 0 additions & 6 deletions dist/CHANGELOG.md

This file was deleted.

96 changes: 0 additions & 96 deletions dist/package.json

This file was deleted.

12 changes: 6 additions & 6 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ module.exports = {
}],
'@semantic-release/npm',
'@semantic-release/github',
[
'@semantic-release/exec',
{
successCmd: 'sh ../scripts/update-assets.sh'
}
],
['@semantic-release/git', {
assets: [
'package.json',
'CHANGELOG.md'
]
}],
[
'@semantic-release/exec',
{
successCmd: 'sh ../scripts/update-assets.sh'
}
]
]
};

0 comments on commit 39604d4

Please sign in to comment.