Skip to content

Commit

Permalink
Update RELEASES.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
clun authored Nov 4, 2023
1 parent c1cfc9a commit 1be2c74
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion RELEASES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ chmod 755 src/main/dist/astra-init.sh

- Packaging

```
export ASTRA_CLI_VERSION=0.5
tar -czf astra-cli-0.5-x86_64_linux.bottle.tar.gz *
zip astra-cli-$ASTRA_CLI_VERSION-linux.zip *
```

```
zip astra-cli-0.4.zip *
zip astra-cli-0.4-linux.zip *
Expand All @@ -116,4 +122,18 @@ brew create https://github.com/datastax/astra-cli/releases/download/0.4/astra-cl

```
https://github.com/datastax/astra-cli/releases
```
```

### Homebrew

```
export ASTRA_CLI_VERSION=0.5
tar -czf astra-cli-$ASTRA_CLI_VERSION.x86_64_linux.bottle.tar.gz *
shasum -a 256 astra-cli-$ASTRA_CLI_VERSION.x86_64_linux.bottle.tar.gz
zip astra-cli-$ASTRA_CLI_VERSION-linux.zip *
```

```
```


0 comments on commit 1be2c74

Please sign in to comment.