Skip to content

Commit

Permalink
Merge branch 'docs/readme-improve-maintenance-section'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh committed Aug 21, 2024
2 parents cf305a8 + 402512a commit 41c610e
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 41c610e

Please sign in to comment.