File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -53,3 +53,12 @@ nix run
53
53
- Changes must accompany a corresponding ` history.md ` entry.[ ^ cc ]
54
54
55
55
[ ^ cc ] : We don't use any automatic changelog generator for this repo.
56
+
57
+ ### Release HOWTO
58
+
59
+ Begin with a release PR:
60
+
61
+ - Make sure that crates have updated version in their ` Cargo.toml `
62
+ - TODO: Consider using [ ` cargo workspace version ` ] ( https://github.com/pksunkara/cargo-workspaces?tab=readme-ov-file#version ) instead of manually doing this?
63
+ - Update ` history.md ` to make sure new release header is present
64
+ - Run [ ` cargo workspace publish ` ] ( https://github.com/pksunkara/cargo-workspaces?tab=readme-ov-file#publish ) in devShell
Original file line number Diff line number Diff line change 35
35
cargo-expand
36
36
cargo-nextest
37
37
cargo-audit
38
- # For when we start using Tauri
39
- cargo-tauri
38
+ cargo-workspaces
40
39
trunk
41
40
mdbook
42
41
mdbook-alerts
You can’t perform that action at this time.
0 commit comments