Skip to content

Commit e889316

Browse files
authored
Merge pull request #6 from Avivbens/support-fuzzy-search
feat: support fuzzy-search, refactor code structure ✨
2 parents 106b74e + 65ae6f2 commit e889316

13 files changed

+597
-171
lines changed

.github/workflows/semantic-release-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
GITHUB_REF=${{ github.head_ref }}
3131
npx semantic-release --no-ci --dry-run --plugins @semantic-release/commit-analyzer,@semantic-release/release-notes-generator --branches ${{ github.head_ref }} > output.txt
32-
REPORT=$(cat output.txt | base64 -w 0)
32+
REPORT=$(cat output.txt | base64)
3333
3434
VERSION=$(cat output.txt | \
3535
grep "The next release version is" | \

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ All formats of phone numbers are supported, including:
4646
- `(808)1234567`
4747
- etc ...
4848

49-
To activate, **install globally via npm**:
50-
51-
```bash
52-
npm i -g alfred-open-whatsapp
53-
```
54-
55-
<hr>
56-
<br>
57-
5849
# Examples
5950

6051
## LIVE DEMO:

0 commit comments

Comments
 (0)