From 871871fad5d278e284974adeebe055948370acb5 Mon Sep 17 00:00:00 2001 From: syuilo⭐️ Date: Tue, 14 Mar 2017 16:02:21 +0900 Subject: 🎉 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(-) (limited to 'src/api/service/github.ts') diff --git a/src/api/service/github.ts b/src/api/service/github.ts index 630083604f..c60cb25cb8 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; } }); -- cgit v1.2.3-freya