We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bba64 commit 330525bCopy full SHA for 330525b
src/documentation.md
@@ -262,9 +262,9 @@ and/or the repository linked in Cargo.toml.
262
Breaking changes (as defined in [RFC 1105]) should be clearly identified in the
263
release notes.
264
265
-If using git to track the source of a crate, every release published to
266
-*crates.io* should have a corresponding git tag identifying the commit that was
267
-published. A similar process should exist for non-git VCS tools as well.
+If using Git to track the source of a crate, every release published to
+*crates.io* should have a corresponding tag identifying the commit that was
+published. A similar process should exist for non-Git VCS tools as well.
268
269
```bash
270
# Tag the current commit
0 commit comments