Skip to content

Commit

Permalink
fix: removal of tgz from a release
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Apr 13, 2020
1 parent 05e5611 commit 9fead68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
dist
node_modules
test-reports
tmp
7 changes: 4 additions & 3 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ plugins:
- - @semantic-release/changelog
- changelogFile: CHANGELOG.md
- - @semantic-release/npm
- tarballDir: dist
- tarballDir: tmp
- - @semantic-release/github
- assets:
- dist/*.tgz
- @semantic-release/git
- tmp/*.tgz
- - @semantic-release/git
- message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"

0 comments on commit 9fead68

Please sign in to comment.