Commit eadcd3f6 authored by rockyl's avatar rockyl

release命令最终需要以"version: 0000000"结尾

parent 08770e6b
......@@ -20,7 +20,8 @@ export class ResultNotificationPlugin implements plugins.Command {
});
if(this.version){
console.log(this.operate, 'complete:', this.version)
console.log(this.operate, ' complete', this.version);
console.log('version:', this.version)
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment