Skip to content

Commit bf2515d

Browse files
committed
Add consistency in naming
1 parent 2e62d43 commit bf2515d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
node: ['14', '16', '18']
38-
name: integration-tests-against-rc (Node.js ${{ matrix.node }})
38+
name: integration-tests (Node.js ${{ matrix.node }})
3939
steps:
4040
- uses: actions/checkout@v3
4141
- name: Setup node

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Here are the steps to release a beta version of this package:
151151
git checkout -b bump-meilisearch-v*.*.*-beta
152152
```
153153

154-
- Change the version in `package.json` with `*.*.*-xxx-beta.0` and commit it to the `v*.*.*-beta` branch. None or multiple `-xxx`are valid. Examples:
154+
- Change the version in [`package.json`](/package.json) and in [`src/package-version`](/src/package-version.ts) with `*.*.*-xxx-beta.0` and commit it to the `v*.*.*-beta` branch. None or multiple `-xxx`are valid. Examples:
155155
- `v*.*.*-my-feature-beta.0`
156156
- `v*.*.*-beta.0`
157157

0 commit comments

Comments
 (0)