Skip to content

Commit f2cfcc2

Browse files
committed
C-RELNOTES: mention why annotated tags should be used
1 parent 6854aec commit f2cfcc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/documentation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ GIT_COMMITTER_DATE=$(git log -n1 --pretty=%aD) git tag -a -m "Release 0.3.0" 0.3
272272
git push --tags
273273
```
274274

275+
Annotated tags are preferred because some Git commands ignore unannotated tags
276+
if any annotated tags exist.
277+
275278
[RFC 1105]: https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md
276279

277280
### Examples

0 commit comments

Comments
 (0)