diff --git a/README.md b/README.md index adb53bd..e59a20a 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,19 @@ Wire documentation is hosted on . 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 && git checkout + ``` + + - 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 && \ diff --git a/src/changelog/README.md b/src/changelog/README.md index 29c7066..29bca87 100644 --- a/src/changelog/README.md +++ b/src/changelog/README.md @@ -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) diff --git a/wire-server b/wire-server index 867eae0..9ff9dd6 160000 --- a/wire-server +++ b/wire-server @@ -1 +1 @@ -Subproject commit 867eae0dd612d6d0f3abd7577cc372b7927646a3 +Subproject commit 9ff9dd605d1b4aa3febf02635387a714fd0708f0