diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 613c90f397..cbbfbecd49 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,2 @@ # Introduced prettier -cc83731fc794a45d05b915e7419c59f25eb812c5 +25cd787e6a06502ee3a85648f90f693276cca671 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4bb0e7c28..45823c294f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,6 +163,7 @@ This monorepo has as goal to be used for all InstantSearch flavors and tools. To 8. replace commit messages which refer to issues/PRs with #xxx by also referencing the original repo: `git filter-branch --msg-filter 'sed -E "s/(#[[:digit:]]+)/algolia\/myproject\1/"' master..feat/import-myproject` 9. make any changes necessary to make the project work in the monorepo and commit those 10. make a pull request and _merge using rebase or merge_ (if you merge using squash the history will be lost) +11. manually tag and push the latest release commit from the imported project to let shipjs know which version to take into account during the next release process ## Tests diff --git a/README.md b/README.md index 9fc09088e1..d1c9d6c55f 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ It is part of the InstantSearch family which is designed for different platforms | Package | Version | Description | | --- | --- | --- | +| [`algoliasearch-helper`](packages/algoliasearch-helper) | [![algoliasearch-helper npm version](https://img.shields.io/npm/v/algoliasearch-helper.svg?style=flat-square)](https://npmjs.org/package/algoliasearch-helper) | Helper for implementing advanced search features with Algolia | | [`create-instantsearch-app`](packages/create-instantsearch-app) | [![create-instantsearch-app npm version](https://img.shields.io/npm/v/create-instantsearch-app.svg?style=flat-square)](https://npmjs.org/package/create-instantsearch-app) | Command-line utility to quickly bootstrap a project with InstantSearch | | [`instantsearch.css`](packages/instantsearch.css) | [![instantsearch.css npm version](https://img.shields.io/npm/v/instantsearch.css.svg?style=flat-square)](https://npmjs.org/package/instantsearch.css) | Default CSS themes for InstantSearch | | [`instantsearch.js`](packages/instantsearch.js) | [![instantsearch.js npm version](https://img.shields.io/npm/v/instantsearch.js.svg?style=flat-square)](https://npmjs.org/package/instantsearch.js) | InstantSearch.js |