cloudcc-cli 0.4.6 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/package.json +1 -1
- package/src/publish.js +1 -3
package/README.md
CHANGED
package/package.json
CHANGED
package/src/publish.js
CHANGED
|
@@ -253,9 +253,7 @@ class Publish {
|
|
|
253
253
|
if (trigger) {
|
|
254
254
|
await get(trigger);
|
|
255
255
|
console.log();
|
|
256
|
-
console.log(chalk.green(type + '
|
|
257
|
-
console.log();
|
|
258
|
-
console.log(chalk.green(type + '版本,发布完成'));
|
|
256
|
+
console.log(chalk.green(type + '版本,开始构建,请注意查看飞书通知。'));
|
|
259
257
|
}
|
|
260
258
|
}
|
|
261
259
|
}
|