Skip to content

Commit 80da25a

Browse files
fix!: adapt new engine range for Mocha 11 (#5216)
* ci(release-please): prereleases * fix!: adapt new version range Borrowing the version range of ESLint 9 * test: add engine range validation --------- Co-authored-by: Josh Goldberg <[email protected]>
1 parent eac87e1 commit 80da25a

File tree

4 files changed

+1240
-76
lines changed

4 files changed

+1240
-76
lines changed

.github/release-please/config.json

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/v16.12.0/schemas/config.json",
33
"release-type": "node",
44
"include-component-in-tag": false,
5+
6+
"prerelease": true,
7+
"versioning": "prerelease",
8+
59
"changelog-sections": [
610
{ "type": "feat", "section": "🌟 Features", "hidden": false },
711
{ "type": "fix", "section": "🩹 Fixes", "hidden": false },

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- name: Install dependencies
4545
run: npm ci --ignore-scripts --force --no-fund --no-audit
4646

47-
- run: npm publish --provenance --access public
47+
- run: npm publish --provenance --access public --tag=next
4848
env:
4949
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)