Skip to content

Commit 763b477

Browse files
committed
Merge branch 'add_npm_package' of github.com:meilisearch/strapi-plugin-meilisearch into add_npm_package
2 parents 4da02e3 + 1862e2c commit 763b477

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/release-draft-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name-template: 'v$RESOLVED_VERSION 🌻'
1+
name-template: 'v$RESOLVED_VERSION 🚀'
22
tag-template: 'v$RESOLVED_VERSION'
33
exclude-labels:
44
- 'skip-changelog'

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
</h4>
1515

1616
<p align="center">
17-
<a href="https://www.npmjs.com/package/meilisearch"><img src="https://img.shields.io/npm/v/meilisearch.svg" alt="npm version"></a>
18-
<a href="https://github.com/meilisearch/meilisearch-js/actions"><img src="https://github.com/meilisearch/meilisearch-js/workflows/Tests/badge.svg" alt="Tests"></a>
17+
<a href="https://www.npmjs.com/package/strapi-plugin-meilisearch"><img src="https://img.shields.io/npm/v/strapi-plugin-meilisearch.svg" alt="npm version"></a>
18+
<a href="https://github.com/meilisearch/strapi-plugin-meilisearch/actions"><img src="https://github.com/meilisearch/strapi-plugin-meilisearch/workflows/Tests/badge.svg" alt="Tests"></a>
1919
<a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="Prettier"></a>
20-
<a href="https://github.com/meilisearch/meilisearch-js/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational" alt="License"></a>
21-
<a href="https://app.bors.tech/repositories/28762"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a>
20+
<a href="https://github.com/meilisearch/strapi-plugin-meilisearch/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational" alt="License"></a>
21+
<a href="https://app.bors.tech/repositories/32218"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a>
2222
</p>
2323

2424
<p align="center">⚡ The MeiliSearch plugin for Strapi</p>
@@ -144,7 +144,7 @@ You can have a front up and running in record time with [instant-meilisearch](ht
144144
<img src="./assets/obrigado.gif" alt="Restaurant demo" width="600"/>
145145
</p>
146146

147-
In Instant MeiliSearch, you only have to provide your credentials and index name (`restaurant` is the index name in our example).
147+
In Instant MeiliSearch, you only have to provide your credentials and index name (_uid_). `restaurant` is the index name in our example.
148148

149149
You can have a quick preview with the following code in an HTML file. Create an HTML file, copy-paste the code below and open the file in your browser (or find it in `/front_examples/restaurant.html`).
150150

scripts/check-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
current_tag=$(echo $GITHUB_REF | tr -d 'refs/tags/v')
55
file_tag=$(grep '"version":' package.json | cut -d ':' -f 2- | tr -d ' ' | tr -d '"' | tr -d ',')
66
if [ "$current_tag" != "$file_tag" ]; then
7-
echo "Error: the current tag does not match the version in package file(s)."
7+
echo "Error: the current tag does not match the version in the package.json."
88
echo "$current_tag vs $file_tag"
99
exit 1
1010
fi

0 commit comments

Comments
 (0)