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
195: Fix links and improve CONTRIBUTING.md r=curquiza a=meili-bot
_This PR is auto-generated._
Fix links in CONTRIBUTING.md and add some information related to the release
Co-authored-by: meili-bot <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Some notes on GitHub PRs:
86
86
87
87
-[Convert your PR as a draft](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request) if your changes are a work in progress: no one will review it until you pass your PR as ready for review.<br>
88
88
The draft PR can be very useful if you want to show that you are working on something and make your work visible.
89
-
- The branch related to the PR must be **up-to-date with `main`** before merging. Fortunately, this project [integrates a bot](https://github.com/meilisearch/integration-guides/blob/main/guides/bors.md) to automatically enforce this requirement without the PR author having to do it manually.
89
+
- The branch related to the PR must be **up-to-date with `main`** before merging. Fortunately, this project [integrates a bot](https://github.com/meilisearch/integration-guides/blob/main/resources/bors.md) to automatically enforce this requirement without the PR author having to do it manually.
90
90
- All PRs must be reviewed and approved by at least one maintainer.
91
91
- The PR title should be accurate and descriptive of the changes. The title of the PR will be indeed automatically added to the next [release changelogs](https://github.com/meilisearch/vuepress-plugin-meilisearch/releases/).
### Automation to Rebase and Merge the PRs <!-- omit in TOC -->
98
98
99
99
This project integrates a bot that helps us manage pull requests merging.<br>
100
-
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/bors.md)._
100
+
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/resources/bors.md)._
101
101
102
102
### Automated Changelogs <!-- omit in TOC -->
103
103
104
104
This project integrates a tool to create automated changelogs.<br>
105
-
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/guides/release-drafter.md)._
105
+
_[Read more about this](https://github.com/meilisearch/integration-guides/blob/main/resources/release-drafter.md)._
106
106
107
107
### How to Publish the Release <!-- omit in TOC -->
108
108
109
-
⚠️ 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).
109
+
⚠️ Before doing anything, make sure you got through the guide about [Releasing an Integration](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md).
110
110
111
111
Make a PR modifying the file [`package.json`](/package.json) with the right version.
112
112
113
113
```javascript
114
114
"version":"X.X.X"
115
115
```
116
116
117
-
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/vuepress-plugin-meilisearch/releases).
117
+
Once the changes are merged on `main`, you can publish the current draft release via the [GitHub interface](https://github.com/meilisearch/vuepress-plugin-meilisearch/releases): on this page, click on `Edit` (related to the draft release) > update the description (be sure you apply [these recommandations](https://github.com/meilisearch/integration-guides/blob/main/resources/integration-release.md#writting-the-release-description)) > when you are ready, click on `Publish release`.
118
118
119
119
GitHub Actions will be triggered and push the package to [npm](https://www.npmjs.com/package/vuepress-plugin-meilisearch).
0 commit comments