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 e84e473 commit 47a476bCopy full SHA for 47a476b
.releaserc.json
@@ -4,7 +4,7 @@
4
["@semantic-release/commit-analyzer", { "preset": "angular" }],
5
"@semantic-release/release-notes-generator",
6
["@semantic-release/changelog", { "preset": "angular" }],
7
- ["@semantic-release/npm", { "npmPublish": false }],
+ ["@semantic-release/npm", { "npmPublish": false, "pkgRoot": "Packages/mygamedevtools-scene-loader" }],
8
["@semantic-release/git", {
9
"assets": ["Packages/mygamedevtools-scene-loader/package.json", "CHANGELOG.md"],
10
"message": "build(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
0 commit comments