Skip to content

Commit

Permalink
feat: creating release tar.gz package
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaKhait committed Mar 14, 2024
1 parent 6953a44 commit c3d5717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ module.exports = {
'@semantic-release/release-notes-generator',
[
"@semantic-release/git", {
"assets": ["wce-portail.tar.gz"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github", {
"assets": ["wce-portail.tar.gz"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"assets": [
{"path": "wce-portail.tar.gz", "label": "version: ${nextRelease.version}"}
]
}
]
]
Expand Down
Binary file removed wce-portail.tar.gz
Binary file not shown.

0 comments on commit c3d5717

Please sign in to comment.