From 2177f6b911bd79ab6bf75966bcb64135b51c76a6 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 30 Jul 2020 23:17:30 +0200 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index c2f9966..f4e3c74 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -109,7 +109,7 @@ Edit the `package.json` page to include the version number for the latest releas npm install # commit the change - git add package.json + git add package.json package-lock.json git commit -m 'Updating for v3.1.0' # push to GitHub