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 03756e0 commit ba11285Copy full SHA for ba11285
.releaserc.json
@@ -7,7 +7,7 @@
7
["@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}"
+ "message": "ci(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
11
}],
12
"@semantic-release/github"
13
]
0 commit comments