From 0ab12d12e3b46107e267c2cd3309faf4dd7705e1 Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Fri, 17 Nov 2023 14:09:24 -0500 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index cef4291..6cd2a86 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,6 +6,13 @@ token](https://code.visualstudio.com/api/working-with-extensions/publishing-exte $ yarn vsce login testdouble ``` +If you haven't, update the version: + +``` +$ yarn version --patch +$ git push && git push --tags +``` + Next, you should just need to run: ```