1
0
Fork 1
mirror of https://example.com synced 2024-11-23 10:26:39 +09:00
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;
}
});