I am looking for tools and guidelines for managing binary artifacts that together make up the release version.
The project is as follows:
+ Package-Version |__ Component A-Version |__ Component B-Version |__ Component C-Version
Other levels may exist, so the components themselves are created from subcomponents with their own versions.
We are currently using Excel with links to binary files. I hope to improve this by introducing a few simple tools that can better handle this. It should include some basics, such as: searching for versions / sub-versions and finding places where they are in the tree, accessing the WEB to make it easily accessible and for it to have some interface so that new binaries can be downloaded using scripting. In addition, each item should have some information related to it, mainly a release note.
Please note that this is a built-in C / C ++ project, if that matters.
source share