mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint: no-multi-spaces
This commit is contained in:
parent
d3ecafe0ea
commit
62e2ca2a64
28 changed files with 78 additions and 72 deletions
|
|
@ -18,10 +18,10 @@ main((error) => {
|
|||
});
|
||||
|
||||
function main(callback) {
|
||||
const history = 'Version history\n---------------\n';
|
||||
const link = '//github.com/coderaiser/cloudcmd/releases/tag/';
|
||||
const template = '- *{{ date }}*, ' +
|
||||
'**[v{{ version }}]' +
|
||||
const history = 'Version history\n---------------\n';
|
||||
const link = '//github.com/coderaiser/cloudcmd/releases/tag/';
|
||||
const template = '- *{{ date }}*, ' +
|
||||
'**[v{{ version }}]' +
|
||||
'(' + link + 'v{{ version }})**\n';
|
||||
|
||||
const {version} = Info;
|
||||
|
|
@ -47,7 +47,7 @@ function replaceVersion(name, version, versionNew, callback) {
|
|||
if (error)
|
||||
return callback(error);
|
||||
|
||||
callback(null, 'done: ' + name);
|
||||
callback(null, 'done: ' + name);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue