Skip to content

Commit 330525b

Browse files
committed
C-RELNOTES: fix references to Git
Git the project is uppercase, the tool is lowercase.
1 parent 83bba64 commit 330525b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ and/or the repository linked in Cargo.toml.
262262
Breaking changes (as defined in [RFC 1105]) should be clearly identified in the
263263
release notes.
264264

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.
265+
If using Git to track the source of a crate, every release published to
266+
*crates.io* should have a corresponding tag identifying the commit that was
267+
published. A similar process should exist for non-Git VCS tools as well.
268268

269269
```bash
270270
# Tag the current commit

0 commit comments

Comments
 (0)