Skip to content

Commit

Permalink
change release doc to encourage signed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
David DeMarle committed Apr 19, 2016
1 parent 43ea15a commit 7a5a378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/maint/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ should create a window on the desktop.
When tagging the release, use:

```sh
$ git tag -a -m "VTK $version" v$version $commit_to_be_tagged
$ git tag -s -m "VTK $version" v$version $commit_to_be_tagged
```

### Uploading
Expand Down

0 comments on commit 7a5a378

Please sign in to comment.