forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
e42aa2530d
commit
3c5f09cda2
1 changed files with 0 additions and 4 deletions
|
@ -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'),
|
commits.reverse().map(commit => `・[?[${commit.id.substr(0, 7)}](${commit.url})] ${commit.message.split('\n')[0]}`).join('\n'),
|
||||||
].join('\n'));
|
].join('\n'));
|
||||||
break;
|
break;
|
||||||
case 'refs/heads/release':
|
|
||||||
const commit = event.commits[0];
|
|
||||||
post(`RELEASED: ${commit.message}`);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue