We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bfafc commit b11cc7eCopy full SHA for b11cc7e
2 files changed
README.md
@@ -10,7 +10,7 @@ A chrome extension for the github emoji picker with fun :sunglasses:.
10
11
:point_right: Chrome Extension
12
13
-- [Let's get it](https://chrome.google.com/webstore/detail/github-emoji/odophnhbmlnkolipnngbmlejgfhhabjm) :call_me_hand:
+- [Let's get it](https://chrome.google.com/webstore/detail/github-emoji/pfhcnffadoajdcedindnjcladkokgfpo) :call_me_hand:
14
15
:point_right: Manual Installation
16
release.sh
@@ -1,4 +1,5 @@
1
-#!/usr/bin/env sh
+#!/bin/bash
2
+
3
set -e
4
echo "Enter release version:"
5
read VERSION
0 commit comments