Skip to content

Commit

Permalink
🐛 don't add /dist to git 🫤
Browse files Browse the repository at this point in the history
  • Loading branch information
flauwekeul committed Aug 17, 2022
1 parent 3f01533 commit 921726d
Show file tree
Hide file tree
Showing 3,742 changed files with 1 addition and 516,994 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 1 addition & 2 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ module.exports = {
[
'@semantic-release/git',
{
// todo: not sure why there's a node_modules in dist 🤔
assets: ['dist/!(node_modules)/**/*.{js,mjs,ts}', 'docs', 'package.json'],
assets: ['docs', 'package.json'],
message: ':bookmark: ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
Expand Down
Loading

0 comments on commit 921726d

Please sign in to comment.