Skip to content

Commit

Permalink
Release version v3.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
night556 committed Sep 18, 2020
1 parent 574f59e commit 005f826
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -9,7 +9,7 @@ install:
# by default, all script lines are interpreted as batch
- cmd: git clone -q --branch=master https://github.com/aliyun/aliyun-openapi-meta.git C:\Users\appveyor\go\src\github.com\aliyun\aliyun-openapi-meta
- cmd: set path=%path%;C:\Users\appveyor\go\bin
- cmd: set VERSION=3.0.58
- cmd: set VERSION=3.0.59
- cmd: go get -u github.com/shuLhan/go-bindata/...
- cmd: go-bindata -o resource/metas.go -pkg resource -prefix ../aliyun-openapi-meta ../aliyun-openapi-meta/...
- cmd: go build -ldflags "-X 'github.com/aliyun/aliyun-cli/cli.Version=%VERSION%'" -o C:\Users\appveyor\go\bin\aliyun.exe main/main.go
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

### Master

### 3.0.59

- update: meta data

### 3.0.58

- update: meta data
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
export VERSION=3.0.58
export VERSION=3.0.59
export RELEASE_PATH="releases/aliyun-cli-${VERSION}"

all: build
Expand Down
8 changes: 4 additions & 4 deletions README-CN.md
Expand Up @@ -40,11 +40,11 @@ CLI 版本更改说明请参考 [CHANGELOG](./CHANGELOG.md)

阿里云CLI工具下载、解压后即可使用,支持Mac, Linux, Windows平台(x64版本)。您可以将解压的`aliyun`可执行文件移至`/usr/local/bin`目录下,或添加到`$PATH`中。

下载链接如下 (3.0.58):
下载链接如下 (3.0.59):

- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.58-amd64.tgz)
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.58-amd64.tgz)
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.58-amd64.zip)
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.59-amd64.tgz)
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.59-amd64.tgz)
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.59-amd64.zip)

- **使用brew**

Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -38,11 +38,11 @@ The release notes for the CLI can be found in the [CHANGELOG](./CHANGELOG.md)

Download the installer, then extract the installer. You can move the extracted `aliyun` executable file to the `/usr/local/bin` directory or add it to the `$PATH`.

Download link: (3.0.58)
Download link: (3.0.59)

- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.58-amd64.tgz)
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.58-amd64.tgz)
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.58-amd64.zip)
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.59-amd64.tgz)
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.59-amd64.tgz)
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.59-amd64.zip)

- **Use brew**
If you have installed `brew` in your computer, you can use it to install Alibaba Cloud CLI as following:
Expand Down

0 comments on commit 005f826

Please sign in to comment.