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; } });