From 043e4c77cb498e09f7f4518c301ce22706697977 Mon Sep 17 00:00:00 2001 From: Fraser Greenroyd Date: Mon, 12 Feb 2024 15:42:24 +0000 Subject: [PATCH] Spelling --- docs/DevOps/Operating Procedures/End of milestone procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DevOps/Operating Procedures/End of milestone procedure.md b/docs/DevOps/Operating Procedures/End of milestone procedure.md index 84c7b889..014de9c4 100644 --- a/docs/DevOps/Operating Procedures/End of milestone procedure.md +++ b/docs/DevOps/Operating Procedures/End of milestone procedure.md @@ -54,7 +54,7 @@ If a Toolkit requires alignment updates to compile and deploy, a separate Pull R ### 3.6 - Tagging -Each repository included in the beta must be tagged at the commit latest to `main` for the version being produced. This can be done using the script in the folder above. +Each repository included in the beta must be tagged at the commit latest to `main` for the version being produced. An important note to make, is the `TargetCommit` must be set to `main` to target the `main` branch - otherwise it will default to target the default branch (which is `develop` for beta repositories). This will cause issues if not set and other work is committed to `develop` before the tags are completed.