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

Fix .deb and .rpm package versions #2725

Merged
merged 2 commits into from
May 29, 2023
Merged

Fix .deb and .rpm package versions #2725

merged 2 commits into from
May 29, 2023

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented May 29, 2023

Description

Closes #2685.

Readiness checklist

  • I added/updated unit tests.
  • I added/updated integration/compatibility tests.
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@AlekSi AlekSi added the code/bug Some user-visible feature works incorrectly label May 29, 2023
@AlekSi AlekSi added this to the Next milestone May 29, 2023
@AlekSi AlekSi self-assigned this May 29, 2023
@AlekSi AlekSi requested a review from a team as a code owner May 29, 2023 08:52
@AlekSi AlekSi requested review from w84thesun, chilagrow, a team, rumyantseva and noisersup May 29, 2023 08:52
@AlekSi AlekSi enabled auto-merge (squash) May 29, 2023 08:52
@AlekSi AlekSi added trust PRs that can access Actions secrets packages PRs that should build packages labels May 29, 2023
@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Merging #2725 (836a3b2) into main (59a9620) will decrease coverage by 0.04%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2725      +/-   ##
==========================================
- Coverage   26.23%   26.19%   -0.04%     
==========================================
  Files         441      441              
  Lines       22612    22612              
==========================================
- Hits         5932     5923       -9     
- Misses      16073    16083      +10     
+ Partials      607      606       -1     

see 2 files with indirect coverage changes

Flag Coverage Δ
integration 4.96% <ø> (ø)
mongodb 4.96% <ø> (ø)
unit 24.65% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Member

@chilagrow chilagrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Copy link
Member

@noisersup noisersup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AlekSi AlekSi merged commit 4641e00 into FerretDB:main May 29, 2023
@AlekSi AlekSi deleted the version branch May 29, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/bug Some user-visible feature works incorrectly packages PRs that should build packages trust PRs that can access Actions secrets
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

.deb and .rpm package versions are incorrect
3 participants