MortySmith@programming.dev to Programming@programming.dev · edit-24 months agoQuestion: Does the build number always increment no matter the version or does the build number resets to 1 for every new version?message-squaremessage-square20fedilinkarrow-up123arrow-down17
arrow-up116arrow-down1message-squareQuestion: Does the build number always increment no matter the version or does the build number resets to 1 for every new version?MortySmith@programming.dev to Programming@programming.dev · edit-24 months agomessage-square20fedilink
minus-squareMajorHavoc@programming.devlinkfedilinkarrow-up2·4 months agoThe approach I’ve seen most is using semantic versioning for releases, and having a continuously upward counting (not bothering to reset) build number for everything in between.
The approach I’ve seen most is using semantic versioning for releases, and having a continuously upward counting (not bothering to reset) build number for everything in between.