Skip to content

Publishing on crates.io

Zibi Braniecki edited this page Jul 25, 2018 · 1 revision

pluralrules is available on crates.io as cldr_pluralrules_parser.

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 "$CRATE_NAME 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