From 005f826a4ec4a56743a65f2fea4a6280f1674e15 Mon Sep 17 00:00:00 2001 From: Chaohua Xu Date: Fri, 18 Sep 2020 16:24:06 +0800 Subject: [PATCH] Release version v3.0.59 --- .appveyor.yml | 2 +- CHANGELOG.md | 4 ++++ Makefile | 2 +- README-CN.md | 8 ++++---- README.md | 8 ++++---- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 230410e82..b9284e38f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 608cebfb2..96106ad3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ### Master +### 3.0.59 + +- update: meta data + ### 3.0.58 - update: meta data diff --git a/Makefile b/Makefile index 285adb093..fd40ab60d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION=3.0.58 +export VERSION=3.0.59 export RELEASE_PATH="releases/aliyun-cli-${VERSION}" all: build diff --git a/README-CN.md b/README-CN.md index 14c026e72..a35d0a76a 100644 --- a/README-CN.md +++ b/README-CN.md @@ -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** diff --git a/README.md b/README.md index 6f9e6b353..f2e6c6b77 100644 --- a/README.md +++ b/README.md @@ -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: