Skip to content

Steps to create new release

Shunsuke Kanda edited this page Sep 23, 2024 · 5 revisions
  1. Merge a PR that updates the version in Cargo.toml, such as https://github.com/kampersanda/elinor/pull/27.

  2. Create a new tag, such as:

    git tag v0.2.1
    git push origin v0.2.1
    
  3. Create a new release from the tag, such as https://github.com/kampersanda/elinor/releases/tag/v0.2.1.

  4. (CI) Publish the new crate through GitHub Actions.

Clone this wiki locally