We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5770c commit a10fe77Copy full SHA for a10fe77
.github/workflows/release.yml
@@ -23,9 +23,6 @@ jobs:
23
- name: Install
24
run: yarn --frozen-lockfile
25
26
- - name: Lint
27
- run: yarn run lint
28
-
29
- name: Unit Test
30
run: yarn run test
31
.releaserc
@@ -4,9 +4,12 @@
4
"@semantic-release/commit-analyzer",
5
"@semantic-release/release-notes-generator",
6
["@semantic-release/npm", {
7
- "npmPublish": false,
+ "npmPublish": true,
8
"pkgRoot": "dist/apps/generator-cli",
9
"tarballDir": "dist/apps"
10
+ }],
11
+ ["@semantic-release/github", {
12
+ "assets": "dist/apps/*.tgz"
13
}]
14
]
15
}
0 commit comments