From 871871fad5d278e284974adeebe055948370acb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= Date: Tue, 14 Mar 2017 16:02:21 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/service/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/service/github.ts b/src/api/service/github.ts index 630083604..c60cb25cb 100644 --- a/src/api/service/github.ts +++ b/src/api/service/github.ts @@ -40,7 +40,7 @@ module.exports = async (app: express.Application) => { break; case 'refs/heads/release': const commit = event.commits[0]; - post(`RELEASED: ${commit.message}`); + post(`RELEASED🎉: ${commit.message}`); break; } });