summaryrefslogtreecommitdiff
path: root/src/api/service/github.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/service/github.ts')
-rw-r--r--src/api/service/github.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/service/github.ts b/src/api/service/github.ts
index 630083604f..c60cb25cb8 100644
--- a/src/api/service/github.ts
+++ b/src/api/service/github.ts
@@ -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;
}
});