Skip to content

Commit 125fd27

Browse files
fix(publish): force-publish-version-108 (#522)
1 parent 3ab033b commit 125fd27

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.releaserc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@
1818
[
1919
"@semantic-release/exec",
2020
{
21-
"prepareCmd": "node ./tooling/src/publish.js ${nextRelease.channel} ${nextRelease.version} "
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",
28+
"packages/contact-center/CHANGELOG.md",
29+
"package.json",
3030
"packages/contact-center/*/package.json"
3131
],
32-
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
33-
"tagFormat": "$v{nextRelease.version}"
32+
"message": "chore(release): ${1.28.0-ccwidgets.108} [skip ci]\n\n${nextRelease.notes}",
33+
"tagFormat": "$v{1.28.0-ccwidgets.108}"
3434
}
3535
],
3636
"@semantic-release/github"
3737
],
38-
"tagFormat":"v${version}"
39-
}
38+
"tagFormat": "v${version}"
39+
}

0 commit comments

Comments
 (0)