Skip to content

Commit

Permalink
Release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jun 17, 2024
1 parent db1661a commit c4ba528
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OCVW_LINK: https://github.com/darwinia-network/darwinia-release/releases/download/v0.8.3/ocvw.zst
OCVW_LINK: https://github.com/darwinia-network/darwinia-release/releases/download/v0.8.4/ocvw.zst

jobs:
watch:
Expand Down
2 changes: 1 addition & 1 deletion on-chain-version-watcher/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 on-chain-version-watcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ocvw"
version = "0.8.3"
version = "0.8.4"

[dependencies]
# crates.io
Expand Down
10 changes: 1 addition & 9 deletions on-chain-version-watcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,7 @@ impl Watcher {
if on_chain_version == version_d.spec {
println!("going to release the {version_d:?} to {network}");

let tag = if prerelease {
// Tag: koi-xxxx.
version_d.spec.to_string()
} else {
// Tag: darwinia-vx.x.x.
version_d.tag
};

self.github.release(network.to_owned(), tag)?;
self.github.release(network.to_owned(), version_d.tag)?;
} else {
println!("{network} runtime has not been updated to the latest version yet");

Expand Down
2 changes: 1 addition & 1 deletion whitelist-upgrade-hasher/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 whitelist-upgrade-hasher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "wuh"
version = "0.8.3"
version = "0.8.4"

[dependencies]
# crates.io
Expand Down

0 comments on commit c4ba528

Please sign in to comment.