mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(docs) zip -> tar.gz
This commit is contained in:
parent
c12cd62ce7
commit
bb924c86fa
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
link = '//github.com/cloudcmd/archive/raw/master/cloudcmd',
|
||||
template = '- *{{ date }}*, ' +
|
||||
'**[v{{ version }}]' +
|
||||
'(' + link + '-v{{ version }}.zip)**\n',
|
||||
'(' + link + '-v{{ version }}.tar.gz)**\n',
|
||||
version = Info.version;
|
||||
|
||||
cl(function(error, versionNew) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue