vercel/hyper
Canary builds should use canary channel by default
Ouverte
#2 704 ouverte le 24 févr. 2018
help wanted🎨 Type: Enhancement
Métriques du dépôt
- Stars
- (44 582 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
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.