From 99d82eed3e000bb756882c47a066b055fa59a626 Mon Sep 17 00:00:00 2001 From: 839 <8398a7@gmail.com> Date: Sun, 12 Apr 2020 14:58:47 +0900 Subject: [PATCH] [#3] [command] npm run release --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 8064e88f..9227b7ab 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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,