We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e585303 commit d876018Copy full SHA for d876018
release.config.js
@@ -4,6 +4,12 @@ module.exports = {
4
'@semantic-release/commit-analyzer',
5
'@semantic-release/release-notes-generator',
6
'@semantic-release/changelog',
7
+ [
8
+ '@semantic-release/exec',
9
+ {
10
+ publishCmd: 'tar -czf three-stdlib-dist.tar.gz dist/',
11
+ },
12
+ ],
13
[
14
'@semantic-release/git',
15
{
@@ -14,7 +20,7 @@ module.exports = {
20
21
'@semantic-release/github',
16
22
17
- assets: ['dist/**/*'],
23
+ assets: ['three-stdlib-dist.tar.gz'],
18
24
successComment: false,
19
25
failComment: false,
26
labels: false,
0 commit comments