Skip to content

Commit

Permalink
docs(readme): Add section for signing commits and tags (#97)
Browse files Browse the repository at this point in the history
* docs(readme): Add section for signing commits and tags

* Update README.md
  • Loading branch information
JaKXz authored and bcoe committed Aug 25, 2016
1 parent 8c93955 commit 1ad772a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ npm run release -- --no-verify
standard-version --no-verify
```

### Signing commits and tags

If you have your GPG key set up, add the `--sign` or `-s` flag to your `standard-version` command.

### CLI Help

```sh
Expand Down

0 comments on commit 1ad772a

Please sign in to comment.