I am preparing an Excel sheet in which I have to maintain the version number of different pieces of software developed at our company.
Can anyone tell me what kind of information to save along with the version number in that sheet for different types of software?
I know only one attribute that is version number, and if anything else so please let me know.
Regards
What is versioning in software development? In software development, versioning allows development teams to keep track of changes they make to the project code. The changes may include new functions, features or bug fixes. Minor changes can also be tracked in a similar manner.
Version control, also known as source control, is the practice of tracking and managing changes to software code. Version control systems are software tools that help software teams manage changes to source code over time.
Semantic Versioning is a standardized way to give meaning to your software releases. It's a way for software authors to communicate succinctly to the consumers of their software important info they should know about this release. Semver is represented by just three numbers separated by periods.
Items to consider recording:
The supported platforms are of relevance if you build on Windows XP but expect it to work on Vista and Windows 7, for example; or perhaps you build on Linux kernel 2.6.9 and expect it to work with more recent versions; or perhaps you build on Solaris 9 and expect it to work on Solaris 10 too.
A few more things that might be useful (depending a lot on the context):
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With