Skip to content

Publishing on crates.io

Zibi Braniecki edited this page Jan 5, 2019 · 1 revision

annotate-snippets-rs is available on crates.io as annotate-snippets.

Setup

To publish new versions, first follow the setup instructions.

Publishing new versions

  1. Update version number in Cargo.toml

  2. Commit:

    $ git commit -m "annotate-snippets X.Y.X"
    
  3. On GitHub releases click Draft a new release and list the changes.

  4. Publish:

    $ cargo publish
    
Clone this wiki locally