Skip to content

Commit 9e535c6

Browse files
fix(tooling): remove changes for force publishing v108 (#526)
1 parent d0c58c2 commit 9e535c6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.releaserc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,19 @@
1818
[
1919
"@semantic-release/exec",
2020
{
21-
"prepareCmd": "node ./tooling/src/publish.js ${nextRelease.channel} 1.28.0-ccwidgets.108 "
21+
"prepareCmd": "node ./tooling/src/publish.js ${nextRelease.channel} ${nextRelease.version} "
2222
}
2323
],
2424
[
2525
"@semantic-release/git",
2626
{
2727
"assets": [
28-
"packages/contact-center/CHANGELOG.md",
29-
"package.json",
3028
"packages/contact-center/CHANGELOG.md",
3129
"package.json",
3230
"packages/contact-center/*/package.json"
3331
],
34-
"message": "chore(release): 1.28.0-ccwidgets.108 [skip ci]\n\n${nextRelease.notes}"
32+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
33+
"tagFormat": "$v{nextRelease.version}"
3534
}
3635
],
3736
"@semantic-release/github"

0 commit comments

Comments
 (0)