This commit is contained in:
syuilo⭐️ 2017-03-14 16:02:21 +09:00 committed by GitHub
parent 4008a10644
commit 871871fad5

View file

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