-
Notifications
You must be signed in to change notification settings - Fork 0
Steps to create new release
Shunsuke Kanda edited this page Sep 22, 2024
·
5 revisions
-
Merge a PR that updates the version in
Cargo.toml
, such as https://github.com/kampersanda/elinor/pull/20. -
Create a new tag, such as:
git tag v0.2.0 git push origin v0.2.0
-
Create a new release from the tag, such as https://github.com/kampersanda/elinor/releases/tag/v0.2.0.
-
(CI) Publish the new crate through GitHub Actions, such as https://github.com/kampersanda/elinor/actions/runs/10978405930/job/30481540115.