Skip to content

Commit 46a3ec5

Browse files
committed
increment root package version
1 parent 2cff234 commit 46a3ec5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.releaserc.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ module.exports = {
44
"@semantic-release/commit-analyzer",
55
"@semantic-release/release-notes-generator",
66
["@semantic-release/npm", { npmPublish: true, pkgRoot: "dist" }],
7+
["@semantic-release/npm", { npmPublish: false, pkgRoot: "." }],
78
"@semantic-release/github",
89
[
910
"@semantic-release/git",
1011
{
1112
assets: ["package.json"],
1213
message:
13-
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
14-
}
15-
]
16-
]
14+
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
15+
},
16+
],
17+
],
1718
}

0 commit comments

Comments
 (0)