From 063515403b4618ae5d667b913d009fd311244789 Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <schmiedt@uni-bremen.de> Date: Wed, 13 Nov 2024 17:01:21 +0100 Subject: [PATCH] Add vcpkg to RELEASE_GUIDELINES --- RELEASE_GUIDELINES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index 5f8e376..fe287b6 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -24,7 +24,7 @@ guidelines of the LinkAhead Project 4. Update version numbers: 1. In [CMakeLists.txt](./CMakeLists.txt): Check the version variables and make sure that the compatible caosdb-server version is set correctly. - 2. In `conanfile.py`: Update the `version` variable. + 2. In `conanfile.py` and `vcpkg.json`: Update the `version` variable. 3. In `linkahead-cppinttest/conanfile.py`: Update the version 5. Merge the release branch into the main branch. -- GitLab