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 d6d0e92 commit 6bb6d53Copy full SHA for 6bb6d53
1 file changed
release.config.cjs
@@ -13,14 +13,14 @@ module.exports = {
13
npmPublish: false,
14
},
15
],
16
- [
17
- '@semantic-release/npm',
18
- {
19
- // only update the pkg version on doc, don't publish
20
- npmPublish: false,
21
- pkgRoot: 'doc',
22
- },
23
- ],
+ // [
+ // '@semantic-release/npm',
+ // {
+ // // only update the pkg version on doc, don't publish
+ // npmPublish: false,
+ // pkgRoot: 'doc',
+ // },
+ // ]
24
[
25
'@semantic-release/npm',
26
{
0 commit comments