Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add a version build-tag for non-release builds (#156) #157

Commits on Oct 20, 2022

  1. build: add a version build-tag for non-release builds (#156)

    The build tag can be set during the build (using either the Makefile
    or the CMake). If it's not provided, and we're not in a release build,
    it will be calculated using the state of the git tree since the last
    release tag (for example, for this PR the build tag will be calculated as
    `(main+17)-(156-build-add-a-build-tag-into-the-version-for-non-release-builds+1)`.
    
    If the git tree state can not be determined, a question mark will be
    used instead.
    isaac-io committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    cdb7415 View commit details
    Browse the repository at this point in the history