From cfa7142106c64529230701f36390325e181d4807 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 27 Sep 2023 00:15:38 +0800 Subject: [PATCH] Add information about canary releases --- src/about/releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/about/releases.md b/src/about/releases.md index f82bf52de6..9078e5f79b 100644 --- a/src/about/releases.md +++ b/src/about/releases.md @@ -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}