You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add versioning to build targets to ensure proper tracking and differentiation of formal release branches before implementing CI automation. This initial change aimed to use the release version in CMake logic, but further steps are needed to provide comprehensive value.
Objectives:
To implement a complete solution for build target versioning, we will address the following subtasks:
1. Packaging: Develop a packaging process that bundles the software appropriately, ensuring that each build target is versioned correctly. 2. Pulling the Code from Git Using the Release Version: Implement a mechanism to pull the correct version of the code from Git based on the release version. This ensures consistency and traceability of builds. 3. Using the Release Version in CMake Logic: Incorporate the release version into the CMake logic to support consistent versioning throughout the build process.
The text was updated successfully, but these errors were encountered:
Issue Overview:
Add versioning to build targets to ensure proper tracking and differentiation of formal release branches before implementing CI automation. This initial change aimed to use the release version in CMake logic, but further steps are needed to provide comprehensive value.
Objectives:
To implement a complete solution for build target versioning, we will address the following subtasks:
1. Packaging: Develop a packaging process that bundles the software appropriately, ensuring that each build target is versioned correctly.
2. Pulling the Code from Git Using the Release Version: Implement a mechanism to pull the correct version of the code from Git based on the release version. This ensures consistency and traceability of builds.
3. Using the Release Version in CMake Logic: Incorporate the release version into the CMake logic to support consistent versioning throughout the build process.
The text was updated successfully, but these errors were encountered: