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

Conversation

otter-cascading[bot]
Copy link
Contributor

Cascading from release/11.4.0-rc to main

The configuration requests the cascading to bypass reviewer in case of CI success.
To not bypass the reviewing process, please check the following checkbox:

  • 🚫 stop reviewing process bypass for this Pull Request

This Pull Request has been generated with ❤️ by the Otter cascading tool.

kpanot and others added 10 commits November 8, 2024 11:13
## 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 -->
## 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 -->
@otter-cascading otter-cascading bot requested a review from a team as a code owner November 8, 2024 16:41
@otter-cascading otter-cascading bot added the cascading Cascading from previous release label Nov 8, 2024
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

Attention: Patch coverage is 16.66667% with 10 lines in your changes missing coverage. Please review.

Project coverage is 66.30%. Comparing base (ea60094) to head (198afdc).
Report is 19 commits behind head on main.

Files with missing lines Patch % Lines
packages/@o3r/telemetry/src/sender/index.ts 9.09% 10 Missing ⚠️
Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kpanot kpanot added this pull request to the merge queue Nov 9, 2024
Merged via the queue into main with commit bc26278 Nov 9, 2024
50 of 51 checks passed
@kpanot kpanot deleted the cascading/11.4.0-rc-main branch November 9, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cascading Cascading from previous release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants