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

[cascading] from release/11.4.0-rc to main #2435

Merged
merged 10 commits into from
Nov 9, 2024
Merged

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    29bf076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a6e190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afb0bc5 View commit details
    Browse the repository at this point in the history
  4. fix(2396): metadata checks should run on prerelease tags (#2431)

    ## Proposed change
    
    Retrofit #2397
    
    ## Related issues
    
    <!--
    Please make sure to follow the [contribution
    guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
    -->
    
    *- No issue associated -*
    
    <!-- * 🐛 Fix #issue -->
    <!-- * 🐛 Fix resolves #issue -->
    <!-- * 🚀 Feature #issue -->
    <!-- * 🚀 Feature resolves #issue -->
    <!-- * :octocat: Pull Request #issue -->
    fpaul-1A authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    40fb099 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b49d084 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c03a268 View commit details
    Browse the repository at this point in the history
  7. fix: metadata checks run on the wrong prerelease (#2434)

    ## Proposed change
    
    When running the metadata checks we use the version in the JSON
    migration file to compute the range that will be used to get the
    previous version.
    E.g. version `11.1.0` will generate the range `<11.1.0` with
    `{includePrerelease: true}`
    Unfortunately, this range include the prereleases of the current version
    `11.1.0-alpha.0`
    We want to include the prerelease of the previous versions but not of
    the current
    
    The solution is to add `-a` in the range to exclude them -> `<11.1.0-a`
    
    ## Related issues
    
    <!--
    Please make sure to follow the [contribution
    guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
    -->
    
    *- No issue associated -*
    
    <!-- * 🐛 Fix #issue -->
    <!-- * 🐛 Fix resolves #issue -->
    <!-- * 🚀 Feature #issue -->
    <!-- * 🚀 Feature resolves #issue -->
    <!-- * :octocat: Pull Request #issue -->
    fpaul-1A authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c686dc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa42e11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cefeef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    198afdc View commit details
    Browse the repository at this point in the history