Jonas Platte db6acae8a8
xtask: Don't wait after ruma-macros release
Current versions of Cargo do this as part of `cargo publish`.
2023-02-02 13:13:36 +01:00
..
2021-05-03 14:58:50 +02:00
2023-01-31 18:17:58 +01:00

Ruma xtasks

This crate is a helper bin for repetitive tasks during Ruma development, based on cargo xtask.

To use it, run cargo xtask [command] anywhere in the workspace.

Some commands need configuration variables. Copy config.toml.sample to config.toml and fill the appropriate fields.

Commands

  • release [crate] [version]: Publish crate at given version, if applicable1, create a signed tag based on its name and version and create a release on GitHub. Requires all github fields in config.toml.

1 if crate is a user-facing crate and version is not a pre-release.