Skip to content

Commit

Permalink
Add information about canary releases (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang authored Oct 17, 2023
1 parent 620fe6c commit 6e3fac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ This is only a concern for library authors, because in applications, the compile

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

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.

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.

## Deprecations {#deprecations}
Expand Down

0 comments on commit 6e3fac2

Please sign in to comment.