Przeglądaj źródła

Removes "preview" flag from pre-releases

This is because the marketplace doesn't know about pre-releases and our versioning model makes the latest pre-release always the latest version (which is what shows on the marketplace)
main
Eric Amodio 1 rok temu
rodzic
commit
c2793dfdd9
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      scripts/applyPreReleasePatch.js

+ 0
- 1
scripts/applyPreReleasePatch.js Wyświetl plik

@ -18,7 +18,6 @@ packageJSON = JSON.stringify(
version: `${String(date.getFullYear())}.${date.getMonth() + 1}.${date.getDate()}${String(
date.getHours(),
).padStart(2, '0')}`,
preview: true,
},
undefined,
'\t',

Ładowanie…
Anuluj
Zapisz