vercel/hyper

Canary builds should use canary channel by default

Open

#2,704 opened on Feb 24, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (3,558 forks)batch import
help wanted🎨 Type: Enhancement

Repository metrics

Stars
 (44,582 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

If a canary build is installed from scratch, it should not be configured to have updates from stable channel.

The idea is to create a new config file that will override updateChannel setting in config-default.js. Something like conig-default.canary.js.

CI would use/copy this file before build app if this is a canary build.

Contributor guide