Skip to content

Publishing to crates.io

Zibi Braniecki edited this page Jul 29, 2018 · 2 revisions

fluent-rs is available on crates.io as fluent.

Setup

To publish new versions, first follow the setup instructions.

Publishing new versions

  1. Update version number in Cargo.toml

  2. Finalize CHANGELOG.md and move it to a new section under the new release version.

  3. Commit:

    $ git commit -m "fluent X.Y.X"
    
  4. On GitHub releases click Draft a new release and paste the CHANGELOG.md section

  5. Publish:

    $ cargo publish
    
Clone this wiki locally