From 23dad5baad5ca19b743ce704410033b476a73b74 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Sat, 8 Feb 2025 15:12:48 -0800 Subject: [PATCH] Add missing information about updating changelog --- DEVELOPER.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index 15c669a..dba21ed 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -2,8 +2,13 @@ ## Publish +Before publishing, please make sure CHANGELOG.md is up-to-date, because this +will be displayed in the [changelog tab][] in the Marketplace. Please only add +changes directly relevant to users there, e.g., no changes about tests and CI. + To publish a newer version to the Market Place, follow the [VSCode official instructions][]. Then, [Open VSX should update automatically](https://github.com/EclipseFdn/open-vsx.org/wiki/Auto-Publishing-Extensions#how-to-auto-publish-an-extension). [VSCode official instructions]: https://code.visualstudio.com/api/working-with-extensions/publishing-extension +[changelog tab]: https://marketplace.visualstudio.com/items/EditorConfig.EditorConfig/changelog