mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 08:55:33 +02:00
bump version to 1.8.6 and update candidate check to exclude 'release' branding
Some checks failed
CI / general (push) Has been cancelled
Some checks failed
CI / general (push) Has been cancelled
This commit is contained in:
parent
eb88a86228
commit
ba777e4f01
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.8.5",
|
||||
"version": "1.8.6",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -17,7 +17,7 @@ const firefoxTargets = JSON.parse(`{
|
|||
|
||||
export const shouldUseCandidate = (): boolean => {
|
||||
const brandingKey = dynamicConfig.get('brand')
|
||||
return brandingKey !== 'stable' && (config.version.version !== config.version.candidate);
|
||||
return brandingKey !== 'release' && (config.version.version !== config.version.candidate);
|
||||
}
|
||||
|
||||
export const getFFVersionOrCandidate = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue