Selaa lähdekoodia

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 vuosi sitten
vanhempi
commit
c2793dfdd9
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. +0
    -1
      scripts/applyPreReleasePatch.js

+ 0
- 1
scripts/applyPreReleasePatch.js Näytä tiedosto

@ -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',

Ladataan…
Peruuta
Tallenna