You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,7 @@
12
12
1. Run `git tag vX.Y.Z`
13
13
1. Run `git push upstream`
14
14
1. Run `git push upstream --tag vX.Y.Z`
15
-
1. Run `cargo publish -p taskchampion-sync-server-core`
16
-
1. Run `cargo publish -p taskchampion-sync-server-storage-sqlite`
17
-
1. Run `cargo publish -p taskchampion-sync-server-storage-postgres` (and add any other new published packages here)
15
+
1. Run `cargo publish` to publish all packages in the workspace
18
16
1. Bump the patch version in `*/Cargo.toml` and add the `-pre` suffix. This allows `cargo-semver-checks` to check for changes not accounted for in the version delta.
19
17
1. Run `cargo build --release` again to update `Cargo.lock`
20
18
1. Commit that change with comment "Bump to -pre version".
0 commit comments