Skip to content

Commit

Permalink
Updates versions and adds release instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Release Test committed Dec 9, 2024
1 parent 70e4f99 commit 642bb08
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ Note: It currently requires a 64-bit processor, and on macOS, an ARM-based proce
#### Recommended IDE Setup

- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)

## Release

- Update `zebrad` binaries for target platforms by:
- Running `cargo b --release` in the Zebra workspace
- Copying the binary into `src-tauri/binaries` and adding the target as a suffix to the file name
- Tag and publish a new release on Github
- Run `pnpm run tauri build` on target platforms, and
- Upload the bundle files produced by Tauri as assets on the Github release.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zebra-app",
"version": "0.0.0-alpha.2",
"version": "0.0.0-alpha.4",
"description": "",
"type": "module",
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zebra-app"
version = "0.0.0-alpha.2"
version = "0.0.0-alpha.4"
description = "Zebra App"
authors = ["you"]
edition = "2021"
Expand Down

0 comments on commit 642bb08

Please sign in to comment.