Skip to content

Commit 2cfd7da

Browse files
committed
chore: update changelog format
[skip ci]
1 parent d04e72b commit 2cfd7da

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

infra/release/src/changelog.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ const isPreRelease = Boolean(process.env.VSCODE_WDIO_PRE_RELEASE_PATCH_NUMBER ||
7575

7676
const newChangelog = !isPreRelease
7777
? orgNewChangelog
78-
: orgNewChangelog + `\n\n> Package as v${createPreReleaseVer(pkg.version)} `
78+
: orgNewChangelog +
79+
`
80+
#### Pre-release information
81+
##### Visual Studio Marketplace
82+
- v${createPreReleaseVer(pkg.version)}`
7983

8084
let changelogContent = fs.readFileSync(changelogPath, 'utf8')
8185
changelogContent = changelogContent.replace('---', '---\n' + newChangelog)

0 commit comments

Comments
 (0)