Skip to content

Commit

Permalink
[#3] [command] npm run release
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Apr 12, 2020
1 parent eaac6d2 commit 99d82ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11532,7 +11532,7 @@ class Client {
commit && this.includesField('message')
? {
title: 'message',
value: commit.data.commit.message,
value: `<${commit.data.html_url}|${commit.data.commit.message}>`,
short: true,
}
: undefined,
Expand Down

0 comments on commit 99d82ee

Please sign in to comment.