Skip to content

Commit 94a43f1

Browse files
author
fanwenjie
committed
chore: publish & release command
1 parent 56a530a commit 94a43f1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

common/autoinstallers/plugins/rush-plugins/@coze-infra/rush-publish-plugin/@coze-infra/rush-publish-plugin/command-line.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "pub",
66
"commandKind": "global",
77
"summary": "⭐️️ Publish packages to npm",
8-
"shellCommand": "rush-x publish",
8+
"shellCommand": "rush-publish publish",
99
"safeForSimultaneousRushProcesses": true
1010
},
1111
{
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@coze-infra/rush-publish-plugin",
5+
"comment": "publish & release command",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@coze-infra/rush-publish-plugin",
10+
"email": "[email protected]"
11+
}

packages/rush-plugins/publish/command-line.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "pub",
66
"commandKind": "global",
77
"summary": "⭐️️ Publish packages to npm",
8-
"shellCommand": "rush-x publish",
8+
"shellCommand": "rush-publish publish",
99
"safeForSimultaneousRushProcesses": true
1010
},
1111
{

0 commit comments

Comments
 (0)