Skip to content

Commit 6e3fac2

Browse files
authored
Add information about canary releases (#2518)
1 parent 620fe6c commit 6e3fac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/about/releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ This is only a concern for library authors, because in applications, the compile
5858

5959
Minor releases typically go through a non-fixed number of beta releases. Major releases will go through an alpha phase and a beta phase.
6060

61+
Additionally, we publish canary releases every week from the `main` and `minor` branches on GitHub. They are published as different packages to avoid bloating the npm metadata of the stable channel. You can install them via `npx install-vue@canary` or `npx install-vue@canary-minor`, respectively.
62+
6163
Pre-releases are meant for integration / stability testing, and for early adopters to provide feedback for unstable features. Do not use pre-releases in production. All pre-releases are considered unstable and may ship breaking changes in between, so always pin to exact versions when using pre-releases.
6264

6365
## Deprecations {#deprecations}

0 commit comments

Comments
 (0)