Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
feat: add tar.gz to release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarqs committed Aug 17, 2020
1 parent 296b169 commit 8fd1710
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ module.exports = {
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
["@semantic-release/npm", {
"tarballDir": "dist",
}],
"@semantic-release/git",
"@semantic-release/github",
["@semantic-release/github", {
"assets": "dist/*.tar.gz",
}],
]
}

0 comments on commit 8fd1710

Please sign in to comment.