-
Notifications
You must be signed in to change notification settings - Fork 97
Publishing to crates.io
Zibi Braniecki edited this page Jul 29, 2018
·
2 revisions
fluent-rs
is available on crates.io as fluent.
To publish new versions, first follow the setup instructions.
-
Update version number in
Cargo.toml
-
Finalize
CHANGELOG.md
and move it to a new section under the new release version. -
Commit:
$ git commit -m "fluent X.Y.X"
-
On GitHub releases click
Draft a new release
and paste theCHANGELOG.md
section -
Publish:
$ cargo publish