docs/release-instructions.md
@iarna/toml has a 3.0 that we have never been on but it was released the same day as the last 2.x https://github.com/BinaryMuse/toml-node/commits/master (needs more investigation)npx npm-check-updates --target minor -u --dep prodnpm outdated + npm update --save@11ty/* dependencies on pre-release versions alpha/beta/canarypackage.json engines property.
rm -rf node_modules && rm -f package-lock.json && npm installnpm audit --omit=devnpm run check (eslint) runs okaynpm run test (ava) runs okaypackage.json
-alpha.1 suffix-beta.1 suffixnpm run coveragelatest (default) tag on npm
-alpha. version suffix in package.json publishes to canary tag on npm: https://github.com/11ty/eleventy/issues/2758-beta. version suffix publishes to beta tag on npmUnfortunate note about npm and tags (specifically canary here): if you push a 1.0.0-canary.x to canary (even though 2.0.0-canary.x exists), it will use the last pushed tag when you npm install from @canary (not the highest version number)
-alpha. (-canary.?) or -beta. in the docs copy to update to the stable release, if applicable.11ty-website site with updated package.json version.11ty-website versions.jsonoutdated: true to _data/config.json and commit/push.eleventy-base-blog to use new version11ty-website to use new version