浏览代码

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

正在加载...
取消
保存