vercel/hyper

Canary builds should use canary channel by default

Offen

#2.704 geöffnet am 24.02.2018

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (3.558 Forks)batch import
help wanted🎨 Type: Enhancement

Repository-Metriken

Stars
 (44.582 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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