From 6f3ad4d56afe45fdb9514acd71e5f510e04b9376 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 20 Jul 2018 18:16:27 -0600 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index fa0669a..ae6c025 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -24,7 +24,7 @@ Commit your changes: ### Update `package.json` -Update the version numbers in `package.json` to reflect the target release, and run the prepare task to update the version in `src/ol/util.js`. Create a commit for this change as well. +Update the version numbers in `package.json` to reflect the target release. E.g. in `package.json` ```json @@ -34,8 +34,7 @@ E.g. in `package.json` } ``` - npm run prepare - git add package.json src/ol/util.js + git add package.json git commit -m 'Update package version to 3.1.0' ### Merge the release branch