File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
"BuildConstraints" : " darwin linux windows freebsd netbsd" ,
18
18
"ResourcesExclude" : " *.go .goxc-temp" ,
19
19
"MainDirsExclude" : " vendor,Godeps,testdata" ,
20
- "PackageVersion" : " v1.4.0-rc1 " ,
20
+ "PackageVersion" : " v1.4.0" ,
21
21
"TaskSettings" : {
22
22
"bintray" : {
23
23
"downloadspage" : " bintray.md" ,
24
24
"package" : " scaleway-cli" ,
25
- "repository" : " utils " ,
25
+ "repository" : " gh " ,
26
26
"subject" : " scaleway"
27
27
},
28
28
"codesign" : {
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ mkdir -p /usr/local/bin
95
95
mv /usr/local/bin/scw /tmp/scw.old
96
96
97
97
# get latest release
98
- export VERSION=v1.4.0-rc1
98
+ export VERSION=v1.4.0
99
99
wget " https://github.com/scaleway/scaleway-cli/releases/download/${VERSION} /scw_${VERSION} _darwin_amd64.zip" -O /tmp/scw.zip
100
100
unzip /tmp/scw.zip \* /scw -d /tmp
101
101
mv /tmp/scw_* /scw /usr/local/bin
@@ -110,7 +110,7 @@ Install the latest release on Linux:
110
110
``` bash
111
111
# get latest release
112
112
export 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
114
114
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
115
115
116
116
# test
@@ -1124,7 +1124,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1124
1124
1125
1125
## Changelog
1126
1126
1127
- ### master (unreleased )
1127
+ ### v1.4.0 (2015-08-28 )
1128
1128
1129
1129
#### Features
1130
1130
@@ -1162,7 +1162,7 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1162
1162
* Fixed "Run in Docker" usage ([ #90 ] ( https://github.com/scaleway/scaleway-cli/issues/90 ) )
1163
1163
* Improved ` -D/--debug ` outputs
1164
1164
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 )
1166
1166
1167
1167
---
1168
1168
You can’t perform that action at this time.
0 commit comments