Skip to content

Commit ac585b7

Browse files
committed
Recommend that release tags are annotated with tagger name and email
1 parent e8ca259 commit ac585b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ published.
268268

269269
```bash
270270
# Tag the current commit
271-
GIT_COMMITTER_DATE=$(git show --format=%aD | head -1) git tag -m "Release 0.3.0" 0.3.0
271+
GIT_COMMITTER_DATE=$(git show --format=%aD | head -1) git tag -a -m "Release 0.3.0" 0.3.0
272272
git push --tags
273273
```
274274

0 commit comments

Comments
 (0)