Skip to content

Commit

Permalink
Minor addition to release docs checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 30, 2024
1 parent db1aeb8 commit 4e97e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
1. (Optional) Update minor dependencies in package.json
- `npx npm-check-updates`
- or `npm outdated` + `npm update --save`
1. Stable release only: make sure there aren’t any `@11ty/*` dependencies on pre-release versions alpha/beta/canary
1. If the minimum Node version changed, make sure you update `package.json` engines property.
- Make sure the error message works correctly for Node versions less than 10.
- 0.12.x+ requires Node 10+
Expand Down

0 comments on commit 4e97e01

Please sign in to comment.