From c2793dfdd9bd8429a1b2e65ffce91cb453c0119a Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 24 Jan 2023 01:22:44 -0500 Subject: [PATCH] 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) --- scripts/applyPreReleasePatch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/applyPreReleasePatch.js b/scripts/applyPreReleasePatch.js index f8de9cd..50dc86a 100644 --- a/scripts/applyPreReleasePatch.js +++ b/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',