From 8170cfdf47ab9e0384a17c5c86dfda360e5681d5 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 25 Sep 2023 15:13:06 -0400 Subject: [PATCH] Update README release procedure to include git pull --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da8eaa1..55483a7 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Follow the process as instructed. ### Release -First ensure `releases/${PROJECT}/${VERSION}/settings` contains the correct `FULLVERSION`. Modify as needed and submit as a pull request. +First make sure you have fetched, pulled in the latest commits and rebased your fork. Secondly ensure `releases/${PROJECT}/${VERSION}/settings` contains the correct `FULLVERSION`. Modify as needed and submit as a pull request. Then generate the procedure, similar to the branching process: ```sh