Skip to content

Commit c1a8d23

Browse files
committed
Document how to publish
1 parent 057217e commit c1a8d23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[package]
22
name = "trajectory"
3+
# When publishing a new version:
4+
# - Create "v0.x.y" git tag
5+
# - Push the above tag (run `git push origin --tags`)
6+
# Then, CI will publish to crates.io and create a GitHub release.
37
version = "0.1.0"
48
authors = ["Takashi Ogura <t.ogura@gmail.com>"]
59
edition = "2021"

0 commit comments

Comments
 (0)