Skip to content

Commit

Permalink
Document how to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 24, 2024
1 parent 5576e3a commit 4e67a3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[package]
name = "ros-nalgebra"
# When publishing a new version:
# - Create "v0.x.y" git tag
# - Push the above tag (run `git push origin --tags`)
# Then, CI will publish to crates.io and create a GitHub release.
version = "0.1.0"
authors = ["Takashi Ogura <ogura@smilerobotics.com>"]
edition = "2021"
Expand Down

0 comments on commit 4e67a3b

Please sign in to comment.