Skip to content
Snippets Groups Projects
Commit 871871fa authored by syuilo⭐️'s avatar syuilo⭐️ Committed by GitHub
Browse files

🎉

parent 4008a106
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment