File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- name-template : ' v$RESOLVED_VERSION 🌻 '
1+ name-template : ' v$RESOLVED_VERSION 🚀 '
22tag-template : ' v$RESOLVED_VERSION'
33exclude-labels :
44 - ' skip-changelog'
Original file line number Diff line number Diff line change 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
149149You 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
Original file line number Diff line number Diff line change 44current_tag=$( echo $GITHUB_REF | tr -d ' refs/tags/v' )
55file_tag=$( grep ' "version":' package.json | cut -d ' :' -f 2- | tr -d ' ' | tr -d ' "' | tr -d ' ,' )
66if [ " $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
1010fi
You can’t perform that action at this time.
0 commit comments