File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 "BuildConstraints" : " darwin linux windows freebsd netbsd" ,
1818 "ResourcesExclude" : " *.go .goxc-temp" ,
1919 "MainDirsExclude" : " vendor,Godeps,testdata" ,
20- "PackageVersion" : " v1.4.0-rc1 " ,
20+ "PackageVersion" : " v1.4.0" ,
2121 "TaskSettings" : {
2222 "bintray" : {
2323 "downloadspage" : " bintray.md" ,
2424 "package" : " scaleway-cli" ,
25- "repository" : " utils " ,
25+ "repository" : " gh " ,
2626 "subject" : " scaleway"
2727 },
2828 "codesign" : {
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ mkdir -p /usr/local/bin
9595mv /usr/local/bin/scw /tmp/scw.old
9696
9797# get latest release
98- export VERSION=v1.4.0-rc1
98+ export VERSION=v1.4.0
9999wget " https://github.com/scaleway/scaleway-cli/releases/download/${VERSION} /scw_${VERSION} _darwin_amd64.zip" -O /tmp/scw.zip
100100unzip /tmp/scw.zip \* /scw -d /tmp
101101mv /tmp/scw_* /scw /usr/local/bin
@@ -110,7 +110,7 @@ Install the latest release on Linux:
110110``` bash
111111# get latest release
112112export ARCH=amd64 # can be 'i386', 'amd64' or 'arm'
113- wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.4.0-rc1 /scw_v1.4.0-rc1_ ${ARCH} .deb" -O /tmp/scw.deb
113+ wget " https://github.com/scaleway/scaleway-cli/releases/download/v1.4.0/scw_v1.4.0_ ${ARCH} .deb" -O /tmp/scw.deb
114114dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
115115
116116# test
@@ -1124,7 +1124,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11241124
11251125## Changelog
11261126
1127- ### master (unreleased )
1127+ ### v1.4.0 (2015-08-28 )
11281128
11291129#### Features
11301130
@@ -1162,7 +1162,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11621162* Fixed "Run in Docker" usage ([ #90 ] ( https://github.com/scaleway/scaleway-cli/issues/90 ) )
11631163* Improved ` -D/--debug ` outputs
11641164
1165- View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.3.0...master )
1165+ View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.3.0...v1.4.0 )
11661166
11671167---
11681168
You can’t perform that action at this time.
0 commit comments