Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 540 Bytes

File metadata and controls

19 lines (13 loc) · 540 Bytes

Run I18n extract in dev

When we want test cargo i18n in local dev, we can:

$ cargo run -- i18n ~/work/some-rust-project

How to release

  1. Use cargo set-version to set the new version for all crates.

    cargo set-version x.y.z
  2. Git add and commit the changes with message Bump vx.y.z.

  3. Create a new git tag with the version vx.y.z and push main branch and the tag to remote.

  4. Then GitHub Actions will automatically publish the crates to crates.io and create a new release in GitHub.