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 d0c58c2 commit 9e535c6Copy full SHA for 9e535c6
1 file changed
.releaserc
@@ -18,20 +18,19 @@
18
[
19
"@semantic-release/exec",
20
{
21
- "prepareCmd": "node ./tooling/src/publish.js ${nextRelease.channel} 1.28.0-ccwidgets.108 "
+ "prepareCmd": "node ./tooling/src/publish.js ${nextRelease.channel} ${nextRelease.version} "
22
}
23
],
24
25
"@semantic-release/git",
26
27
"assets": [
28
- "packages/contact-center/CHANGELOG.md",
29
- "package.json",
30
"packages/contact-center/CHANGELOG.md",
31
"package.json",
32
"packages/contact-center/*/package.json"
33
34
- "message": "chore(release): 1.28.0-ccwidgets.108 [skip ci]\n\n${nextRelease.notes}"
+ "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
+ "tagFormat": "$v{nextRelease.version}"
35
36
37
"@semantic-release/github"
0 commit comments