From 06fdfc5af32f27d8fba233d1afefc1703f5373fa Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 27 Mar 2024 18:56:13 -0400 Subject: [PATCH] Edit `Cargo.toml` during release (#3302) --- doc/devel/contrib/releasing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/devel/contrib/releasing.md b/doc/devel/contrib/releasing.md index 29d6cfc05..ff18c3f2d 100644 --- a/doc/devel/contrib/releasing.md +++ b/doc/devel/contrib/releasing.md @@ -9,6 +9,7 @@ To release Taskwarrior, follow this process: - On `develop` after that PR merges, create a release tarball: - `git clone . release-tarball` - `cd release-tarball/` + - edit `Cargo.toml` to contain only `taskchampion` and `taskchampion-lib` in `members` (see https://github.com/GothenburgBitFactory/taskwarrior/issues/3294). - `cmake -S. -Bbuild` - `make -Cbuild package_source` - copy build/task-*.tar.gz elsewhere and delete the `release-tarball` dir