diff --git a/README.md b/README.md index 71109e6..fffa3df 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ Opinionated conventional commit message linter with imperative mood detection. $ commit-guard ✗ [subject] subject does not match 'type(scope): description': WIP ✗ [signed-off] missing 'Signed-off-by' trailer — use 'git commit -s' - ✗ [signature] commit is not signed (GPG/SSH) + ✗ [signature] signature could not be verified — commit may be + unsigned, or signed with a key not uploaded as a + Signing key on https://github.com/settings/keys ``` ## Installation diff --git a/docs/index.html b/docs/index.html index 0a1cb92..7d9c0c5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -294,7 +294,9 @@
$ commit-guard
✗ [subject] subject does not match 'type(scope): description': WIP
✗ [signed-off] missing 'Signed-off-by' trailer — use 'git commit -s'
- ✗ [signature] commit is not signed (GPG/SSH)
+ ✗ [signature] signature could not be verified — commit may be
+ unsigned, or signed with a key not uploaded as a
+ Signing key on https://github.com/settings/keys