Skip to content

Commit ae9b70e

Browse files
fix(tooling): force publish version 108 - 2 (#523)
1 parent 125fd27 commit ae9b70e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.releaserc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,23 @@
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} 1.28.0-ccwidgets.108 "
2222
}
2323
],
2424
[
2525
"@semantic-release/git",
2626
{
2727
"assets": [
28+
"packages/contact-center/CHANGELOG.md",
29+
"package.json",
2830
"packages/contact-center/CHANGELOG.md",
2931
"package.json",
3032
"packages/contact-center/*/package.json"
3133
],
32-
"message": "chore(release): ${1.28.0-ccwidgets.108} [skip ci]\n\n${nextRelease.notes}",
33-
"tagFormat": "$v{1.28.0-ccwidgets.108}"
34+
"message": "chore(release): 1.28.0-ccwidgets.108 [skip ci]\n\n${nextRelease.notes}"
3435
}
3536
],
3637
"@semantic-release/github"
3738
],
38-
"tagFormat": "v${version}"
39+
"tagFormat": "v1.28.0-ccwidgets.108"
3940
}

0 commit comments

Comments
 (0)