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

Update CPACK_PACKAGE_VERSION_MAJOR to 28 #11

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Commits on Jan 20, 2024

  1. Extend tag generation functionality

    - Add `IS_RELEASE_BUILD` env variable to indicate release builds
    - Set default suffix to RC for releases/v branches
    - Set default suffix to DB for develop branch
    - Set default suffix to `branch_name` for all other branches
    - Add -s flag for manual suffix
    - Make sure tags have the right min_version and pre_release_version in their CMakeLists.txt
    - Make sure RC builds have the right min_version
    - Write variables to GITHUB_ENV if run from workflow
    - improve variable names
    homebot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    2ab391f View commit details
    Browse the repository at this point in the history
  2. Reintroduce RC builds

    - `is_release_build` is ignored except if the workflow executes on a `releases/v` branch
    - `is_release_build` is false by default and creates RC builds that increment when a new commit is detected
    - simplify workflow by using environment variables
    homebot committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    de5ede4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    e2ec638 View commit details
    Browse the repository at this point in the history
  2. set vars in diffrent step

    gr0vity-dev committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    6bb8003 View commit details
    Browse the repository at this point in the history
  3. Reintroduce RC builds

    - `is_release_build` is ignored except if the workflow executes on a `releases/v` branch
    - `is_release_build` is false by default and creates RC builds that increment when a new commit is detected
    - simplify workflow by using environment variables
    homebot committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3028903 View commit details
    Browse the repository at this point in the history
  4. remove unused section

    gr0vity-dev committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    d98150b View commit details
    Browse the repository at this point in the history
  5. Create pull request to increment major version on instead of a direct…

    … commit
    
    - develop branch is protected, so creating a PR
    gr0vity-dev committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9a96ec5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d0b329 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    3c9a1b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82a45b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from gr0vity-dev/prs/temp-increment-major-2024…

    …0123140436
    
    Update CPACK_PACKAGE_VERSION_MAJOR to 28
    gr0vity-dev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    887adce View commit details
    Browse the repository at this point in the history
  4. Update CMakeLists.txt

    gr0vity-dev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    dd038c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8ef65c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b031141 View commit details
    Browse the repository at this point in the history