Skip to content

Commit

Permalink
chore(release): update release version and fix ci release script (ris…
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 committed Apr 3, 2023
1 parent 8278061 commit 1527b6c
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 44 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -49,7 +49,7 @@ members = [
]

[workspace.package]
version = "0.2.0-alpha"
version = "1.0.0-alpha"
edition = "2021"
homepage = "https://github.com/risingwavelabs/risingwave"
keywords = ["sql", "database", "streaming"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -26,9 +26,9 @@ There are two ways to install RisingWave: use a pre-built package or compile fro

```shell
# Download the pre-built binary
wget https://github.com/risingwavelabs/risingwave/releases/download/v0.1.17/risingwave-v0.1.17-x86_64-unknown-linux.tar.gz
wget https://github.com/risingwavelabs/risingwave/releases/download/v0.18.0/risingwave-v0.18.0-x86_64-unknown-linux.tar.gz
# Unzip the binary
tar xvf risingwave-v0.1.17-x86_64-unknown-linux.tar.gz
tar xvf risingwave-v0.18.0-x86_64-unknown-linux.tar.gz
# Start RisingWave in single-binary playground mode
./risingwave playground
```
Expand All @@ -37,7 +37,7 @@ tar xvf risingwave-v0.1.17-x86_64-unknown-linux.tar.gz

```shell
# Start RisingWave in single-binary playground mode
docker run -it --pull=always -p 4566:4566 -p 5691:5691 ghcr.io/risingwavelabs/risingwave:v0.1.17 playground
docker run -it --pull=always -p 4566:4566 -p 5691:5691 ghcr.io/risingwavelabs/risingwave:v0.18.0 playground
```

**Compile from Source with [RiseDev](docs/developer-guide.md#set-up-the-development-environment) (Linux and macOS)**
Expand Down

0 comments on commit 1527b6c

Please sign in to comment.