Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,19 @@ Wire documentation is hosted on <https://docs.wire.com>. This project is made us
- To fetch the latest updates from wire-server, run the following command. Note: Execute this command only when the remote repository has been updated with new changes.

```
git submodule update --remote
git submodule update --remote --checkout --depth 1 -- wire-server
```

- To checkout to a specific commit:
```
cd wire-server && git fetch --depth=1 origin <commit-id> && git checkout <commit-id>
```

- To verify the submodule status:
```
git submodule status
```

- To optionally update the src/changelog/README.md based on the new changelog.md, run the following command:
```
rm src/changelog/README.md && \
Expand Down
3 changes: 3 additions & 0 deletions src/changelog/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* [[2025-04-07] (Chart Release 5.14.0)](changelog.md#2025-04-07-chart-release-5140)
* [[2025-03-07] (Chart Release 5.13.0)](changelog.md#2025-03-07-chart-release-5130)
* [[2025-03-06] (Chart Release 5.12.0)](changelog.md#2025-03-06-chart-release-5120)
* [[2025-02-07] (Chart Release 5.11.0)](changelog.md#2025-02-07-chart-release-5110)
* [[2025-01-28] (Chart Release 5.10.0)](changelog.md#2025-01-28-chart-release-5100)
* [[2024-12-30] (Chart Release 5.9.0)](changelog.md#2024-12-30-chart-release-590)
Expand Down
2 changes: 1 addition & 1 deletion wire-server
Submodule wire-server updated 146 files
Loading