Skip to content

Commit

Permalink
fix!: adapt new engine range for Mocha 11 (#5216)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
voxpelli and JoshuaKGoldberg authored Nov 11, 2024
1 parent eac87e1 commit 80da25a
Show file tree
Hide file tree
Showing 4 changed files with 1,240 additions and 76 deletions.
4 changes: 4 additions & 0 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/v16.12.0/schemas/config.json",
"release-type": "node",
"include-component-in-tag": false,

"prerelease": true,
"versioning": "prerelease",

"changelog-sections": [
{ "type": "feat", "section": "🌟 Features", "hidden": false },
{ "type": "fix", "section": "🩹 Fixes", "hidden": false },
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Install dependencies
run: npm ci --ignore-scripts --force --no-fund --no-audit

- run: npm publish --provenance --access public
- run: npm publish --provenance --access public --tag=next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 80da25a

Please sign in to comment.