mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40: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
|
||||
|
||||
const { EOL } = require('os');
|
||||
const pkg = require('../package.json');
|
||||
const { writeFile } = require('mz/fs');
|
||||
const execa = require('execa');
|
||||
@ -136,7 +137,7 @@ const tasks = new Listr(
|
||||
'-a',
|
||||
`${pkg.name}@${pkg.version}`,
|
||||
'-m',
|
||||
msg
|
||||
`${EOL}${pkg.name}@${pkg.version}${EOL}${msg}`
|
||||
]);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user