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 b2ef069 commit a7c11d6Copy full SHA for a7c11d6
1 file changed
release.config.cjs
@@ -6,7 +6,20 @@ module.exports = {
6
plugins: [
7
'@semantic-release/commit-analyzer',
8
'@semantic-release/release-notes-generator',
9
- '@semantic-release/npm',
+ [
10
+ '@semantic-release/npm',
11
+ {
12
+ // only update the pkg version on root, don't publish
13
+ npmPublish: false,
14
+ },
15
+ ],
16
17
18
19
+ // publish from build dir instead of root
20
+ pkgRoot: 'build',
21
22
23
[
24
'@semantic-release/github',
25
{
0 commit comments