chore: lint

This commit is contained in:
coderiaser 2025-07-04 12:51:42 +03:00
parent e99d084728
commit af77eeed8d
14 changed files with 143 additions and 91 deletions

View file

@ -19,8 +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';