Skip to content

Commit 67524a0

Browse files
authored
Simplify cargo publish steps in RELEASING.md
Updated release instructions to simplify publishing process.
1 parent d206729 commit 67524a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RELEASING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
1. Run `git tag vX.Y.Z`
1313
1. Run `git push upstream`
1414
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
1816
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.
1917
1. Run `cargo build --release` again to update `Cargo.lock`
2018
1. Commit that change with comment "Bump to -pre version".

0 commit comments

Comments
 (0)