Skip to content

Commit

Permalink
chore: exclude out folder from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Jan 17, 2024
1 parent 133958e commit fa8e729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'out/**'],
assets: ['CHANGELOG.md', 'package.json'],
message:
'chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
}
Expand Down

0 comments on commit fa8e729

Please sign in to comment.