Skip to content

Commit

Permalink
Raise version and improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed May 2, 2024
1 parent 3894446 commit 30b90b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
8 changes: 4 additions & 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["cli", "core", "gui/src-tauri", "reapack"]

[workspace.package]
version = "0.2.0"
version = "0.3.0"
description = "ReaBoot"
edition = "2021"
authors = ["Benjamin Klum <[email protected]>"]
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,15 @@ Do this after changing `commons/src/reaboot-logo.svg`:
cd gui
npm run tauri icon ../commons/src/reaboot-logo.png
```
3. Copy `reaboot-logo.svg` into `website/src/assets`
3. Copy `reaboot-logo.svg` into `website/src/assets`

### Publish new version

1. Increase version number in `Cargo.toml` (`workspace.package.version`) to `X.Y.Z`
2. Commit and push
3. `git tag vX.Y.Z`
3. `git push origin vX.Y.Z`

### Publish website changes

Just push main branch.

0 comments on commit 30b90b7

Please sign in to comment.