Skip to content

Commit

Permalink
update version to beta2 (#615)
Browse files Browse the repository at this point in the history
* update fluvio-spu version

* add release process

* update doc
  • Loading branch information
sehz authored Dec 29, 2020
1 parent 81ae106 commit 8ac187d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Release process

Bump up version `VERSION` file.

## Release crates

Find all crates that has been changed last release
```
cargo workspaces changed
```

publish all crates

## Kick off release

Run Github action `release`
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0-beta.1
0.6.0-beta.2
2 changes: 1 addition & 1 deletion src/cluster/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluvio-cluster"
version = "0.5.1"
version = "0.5.0"
edition = "2018"
license = "Apache-2.0"
authors = ["Fluvio Contributors <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/spu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fluvio-spu"
edition = "2018"
version = "0.3.0"
version = "0.3.1"
authors = ["fluvio.io"]
description = "Fluvio Stream Processing Unit"
repository = "https://github.com/infinyon/fluvio"
Expand Down

0 comments on commit 8ac187d

Please sign in to comment.