You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project integrates a bot that helps us manage pull requests merging.<br>
108
108
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/bors.md)._
109
109
110
+
### Automated Changelogs
111
+
112
+
This project integrates a tool to create automated changelogs.<br>
113
+
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/release-drafter.md)._
114
+
115
+
### How to Publish the Release
116
+
117
+
⚠️ Before doing anything, make sure you got through the guide about [Releasing an Integration](https://github.com/meilisearch/integration-guides/blob/main/guides/integration-release.md).
118
+
119
+
Make a PR modifying the file [`package.json`](/package.json) with the right version.
120
+
121
+
```javascript
122
+
"version":"X.X.X",
123
+
```
124
+
125
+
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/strapi-plugin-meilisearch/releases).
126
+
127
+
GitHub Actions will be triggered and push the package to [npm](https://www.npmjs.com/package/strapi-plugin-meilisearch).
128
+
110
129
<hr>
111
130
112
131
Thank you again for reading this through, we can not wait to begin to work with you if you made your way through this contributing guide ❤️
0 commit comments