Переглянути джерело

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 рік тому
джерело
коміт
c2793dfdd9
1 змінених файлів з 0 додано та 1 видалено
  1. +0
    -1
      scripts/applyPreReleasePatch.js

+ 0
- 1
scripts/applyPreReleasePatch.js Переглянути файл

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

Завантаження…
Відмінити
Зберегти