Skip to content

Commit

Permalink
Docs (readme): Improve maintenance section
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh committed Aug 21, 2024
1 parent cf305a8 commit 402512a
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 402512a

Please sign in to comment.