This commit is contained in:
parent
4008a10644
commit
871871fad5
|
@ -40,7 +40,7 @@ module.exports = async (app: express.Application) => {
|
||||||
break;
|
break;
|
||||||
case 'refs/heads/release':
|
case 'refs/heads/release':
|
||||||
const commit = event.commits[0];
|
const commit = event.commits[0];
|
||||||
post(`RELEASED: ${commit.message}`);
|
post(`RELEASED🎉: ${commit.message}`);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue