mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
chore: improve publish tag description
This commit is contained in:
parent
8974a0546f
commit
802dff3e42
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
const { EOL } = require('os');
|
||||||
const pkg = require('../package.json');
|
const pkg = require('../package.json');
|
||||||
const { writeFile } = require('mz/fs');
|
const { writeFile } = require('mz/fs');
|
||||||
const execa = require('execa');
|
const execa = require('execa');
|
||||||
@ -136,7 +137,7 @@ const tasks = new Listr(
|
|||||||
'-a',
|
'-a',
|
||||||
`${pkg.name}@${pkg.version}`,
|
`${pkg.name}@${pkg.version}`,
|
||||||
'-m',
|
'-m',
|
||||||
msg
|
`${EOL}${pkg.name}@${pkg.version}${EOL}${msg}`
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user