From 402512a448f10232135d09d0a72e6b40a8ca00e2 Mon Sep 17 00:00:00 2001 From: Joel Timothy Oh Date: Wed, 21 Aug 2024 20:34:08 +0000 Subject: [PATCH] Docs (readme): Improve maintenance section --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index bda223a..78341ad 100644 --- a/README.md +++ b/README.md @@ -186,21 +186,14 @@ To create releases, reference the appropriate [`release.yml`](templates/azure-pi ## Maintenance -### Managing the submodule - -#### Retrieving updates - -To update the submodule: - -```shell -git submodule update --remote --recursive build/PSRepositoryReleaseManager -``` +### Submodule #### Using a specific tag -To use a specific tag of the submodule: - ```shell +# Update the submodule +git submodule update --remote build/PSRepositoryReleaseManager + # Checkout ref to use git --git-dir build/PSRepositoryReleaseManager/.git checkout vx.x.x