We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04e72b commit 2cfd7daCopy full SHA for 2cfd7da
1 file changed
infra/release/src/changelog.ts
@@ -75,7 +75,11 @@ const isPreRelease = Boolean(process.env.VSCODE_WDIO_PRE_RELEASE_PATCH_NUMBER ||
75
76
const newChangelog = !isPreRelease
77
? orgNewChangelog
78
- : orgNewChangelog + `\n\n> Package as v${createPreReleaseVer(pkg.version)} `
+ : orgNewChangelog +
79
+ `
80
+#### Pre-release information
81
+##### Visual Studio Marketplace
82
+- v${createPreReleaseVer(pkg.version)}`
83
84
let changelogContent = fs.readFileSync(changelogPath, 'utf8')
85
changelogContent = changelogContent.replace('---', '---\n' + newChangelog)
0 commit comments