Skip to content

Commit 1be2c74

Browse files
authored
Update RELEASES.MD
1 parent c1cfc9a commit 1be2c74

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

RELEASES.MD

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@ chmod 755 src/main/dist/astra-init.sh
104104

105105
- Packaging
106106

107+
```
108+
export ASTRA_CLI_VERSION=0.5
109+
tar -czf astra-cli-0.5-x86_64_linux.bottle.tar.gz *
110+
zip astra-cli-$ASTRA_CLI_VERSION-linux.zip *
111+
```
112+
107113
```
108114
zip astra-cli-0.4.zip *
109115
zip astra-cli-0.4-linux.zip *
@@ -116,4 +122,18 @@ brew create https://github.com/datastax/astra-cli/releases/download/0.4/astra-cl
116122

117123
```
118124
https://github.com/datastax/astra-cli/releases
119-
```
125+
```
126+
127+
### Homebrew
128+
129+
```
130+
export ASTRA_CLI_VERSION=0.5
131+
tar -czf astra-cli-$ASTRA_CLI_VERSION.x86_64_linux.bottle.tar.gz *
132+
shasum -a 256 astra-cli-$ASTRA_CLI_VERSION.x86_64_linux.bottle.tar.gz
133+
zip astra-cli-$ASTRA_CLI_VERSION-linux.zip *
134+
```
135+
136+
```
137+
```
138+
139+

0 commit comments

Comments
 (0)