summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2023-12-27 22:40:52 +0100
committerHenry <mail@henrygressmann.de>2023-12-27 22:40:52 +0100
commit85f5a385c2cd1ea2f656e098be02778edb6b43d5 (patch)
treea1c5ecd04a2a1c4194f3cf770a7fdd79331dd39b /CONTRIBUTING.md
parent03ff4138e38512df0e6d33aae55a7f9cb83e2949 (diff)
feat: more float conversions
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 73d93ce..8c00a34 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,5 +26,5 @@
- **`cargo workspaces version`**\
Bump the version of all crates in the workspace and push changes to git. This is used for releasing new versions on github.
-- **`cargo workspaces publish --from-git`**\
+- **`cargo workspaces publish --publish-as-is`**\
Publish all crates in the workspace to crates.io. This should be used a new version has been released on github. After publishing, the version should be bumped to the next dev version.