This commit is contained in:
syuilo 2018-11-16 23:01:14 +09:00
parent e42aa2530d
commit 3c5f09cda2
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -96,10 +96,6 @@ handler.on('push', event => {
commits.reverse().map(commit => `・[?[${commit.id.substr(0, 7)}](${commit.url})] ${commit.message.split('\n')[0]}`).join('\n'),
].join('\n'));
break;
case 'refs/heads/release':
const commit = event.commits[0];
post(`RELEASED: ${commit.message}`);
break;
}
});