mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
9f52ed795d
commit
84c6935ae4
7 changed files with 73 additions and 72 deletions
|
|
@ -19,7 +19,8 @@ await main();
|
|||
async function main() {
|
||||
const history = '## Version history\n\n';
|
||||
const link = '//github.com/coderaiser/cloudcmd/releases/tag/';
|
||||
const template = '- *{{ date }}*, ' +
|
||||
const template =
|
||||
'- *{{ date }}*, ' +
|
||||
'**[v{{ version }}]' +
|
||||
'(' + link +
|
||||
'v{{ version }})**\n';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue