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

Reintroduce RC builds for releases branches #4381

Merged

Commits on Jan 21, 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 21, 2024
    Configuration menu
    Copy the full SHA
    cb2c161 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 21, 2024
    Configuration menu
    Copy the full SHA
    5df25c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    4b9be6d View commit details
    Browse the repository at this point in the history
  2. rename artifacts_build_deploy to build_deploy

    gr0vity committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c349960 View commit details
    Browse the repository at this point in the history
  3. fix: use lowercase output

    gr0vity committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8cb8fbf View commit details
    Browse the repository at this point in the history