Skip to content

Semantic versioning#106

Open
stevesims wants to merge 1 commit intobreakintoprogram:mainfrom
stevesims:upstream-versioning
Open

Semantic versioning#106
stevesims wants to merge 1 commit intobreakintoprogram:mainfrom
stevesims:upstream-versioning

Conversation

@stevesims
Copy link
Contributor

See breakintoprogram/agon-vdp#125 for commentary on the "why". 😁

move version info out to version.h file

version info now a semantic version, with major, minor, patch, and “candidate” info, as well as an indicator for candidate type (displayed if candidate number is non-zero)

support for showing an automatically-generated build number added, which can be provided by a build script and is intended to be derived from the git hash

with this approach it should also be possible in the future to add other tooling to automatically increment version numbers

version info also includes the codebase variant, allowing us to easily differentiate between Quark and Console8

move version info out to `version.h` file

version info now a semantic version, with major, minor, patch, and “candidate” info, as well as an indicator for candidate type (displayed if candidate number is non-zero)

support for showing an automatically-generated build number added, which can be provided by a build script and is intended to be derived from the git hash

with this approach it should also be possible in the future to add other tooling to automatically increment version numbers

version info also includes the codebase variant, allowing us to easily differentiate between Quark and Console8
@breakintoprogram breakintoprogram added the enhancement New feature or request label Nov 5, 2023
@breakintoprogram
Copy link
Owner

I'll switch to this after 1.04 has been released properly, save confusing everyone (including myself)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants