HTML <base> Plugin makes it easy to deploy your site to any folder path without changing any content (works great with the path prefix feature) (bundled with Eleventy)
NOTE: that in 3.0 we need to switch this to alpha to avoid 11ty/eleventy#2758
(Beta) npm publish --access=public --tag=beta
NOTE: When releasing a beta, make sure to also release a canary to mitigate 11ty/eleventy#2758.
(Main) npm publish --access=public
(Optional) Build and commit a new the eleventy-edge-cdn project to generate a new Eleventy Edge lib.
Unfortunate note about npm canary tag: if you push a 1.0.0-canary.x to canary after a 2.0.0-canary.x, it will use the last pushed tag when you npm install from canary (not the highest version number)
Docs/Website (Main releases only)
Maybe search for 2.0.0-canary. or 2.0.0-beta. in the docs copy to update to the stable release, if applicable.
Check in a new 11ty-website site with updated package.json version.
Add version to 11ty-websiteversions.json
Commit it
Create a new branch for branched version
(Main) Check out the previous version git branch and add outdated: true to _data/config.json and commit/push.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @11ty/eleventy from 1.0.2 to 2.0.0.
Release notes
Sourced from
@11ty/eleventy
's releases.... (truncated)
Changelog
Sourced from
@11ty/eleventy
's changelog.... (truncated)
Commits
05c6263
v2.0.05c2a5bf
Update dev-dependencies7ed1fef
Merge pull request #2781 from danburzo/mdlib-set97243b6
v2.0.0-beta.355e0a62
v2.0.0-canary.3523b80d9
Merge pull request #2783 from mrmartineau/fix/serverless-var9f13b8e
Fixes serverlessFilePath is not defined (2.0.0-beta.2) #2782b466258
Make markdown library .set() method optionalbde84b4
v2.0.0-beta.26f877de
v2.0.0-canary.34Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)