vercel/hyper

Canary builds should use canary channel by default

Open

#2704 aperta il 24 feb 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)TypeScript (3558 fork)batch import
help wanted🎨 Type: Enhancement

Metriche repository

Star
 (44.582 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor