From 63693a608321f7c2b9d113ba01c7fb12a05b173c Mon Sep 17 00:00:00 2001 From: Jason Coleman <33220397+ideadude@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:53:55 -0400 Subject: [PATCH] Update releases.md --- docs/releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/releases.md b/docs/releases.md index 48b8799d04..52b07d0d75 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -12,6 +12,8 @@ Make sure you have your local repository up to date. If your origin is set to th 1. `git checkout dev` and `git pull` 2. `git checkout trunk` and `git pull` +Make sure your @lifterlms/dev package in package.json is on the latest version. If it needs to be updated, update it, commit to the dev branch, and then run `npm install`. + Make sure you are back on the dev branch. 1. `git checkout dev`