Skip to content

Commit 5d0a65e

Browse files
fix(release): create-tag-without-npm-publish (#318)
Co-authored-by: Shreyas Sharma <shreysh2@cisco.com>
1 parent 5daeeea commit 5d0a65e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.releaserc

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,6 @@
1010
"@semantic-release/commit-analyzer",
1111
"@semantic-release/release-notes-generator",
1212
"@semantic-release/changelog",
13-
[
14-
"@semantic-release/exec",
15-
{
16-
"prepareCmd": "node publish.js @webex/cc-store ${nextRelease.channel} ${nextRelease.version} "
17-
}
18-
],
19-
[
20-
"@semantic-release/exec",
21-
{
22-
"prepareCmd": "node publish.js @webex/cc-station-login ${nextRelease.channel} ${nextRelease.version}"
23-
}
24-
],
25-
[
26-
"@semantic-release/exec",
27-
{
28-
"prepareCmd": "node publish.js @webex/cc-user-state ${nextRelease.channel} ${nextRelease.version}"
29-
}
30-
],
3113
[
3214
"@semantic-release/git",
3315
{

0 commit comments

Comments
 (0)