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(rpm): conventionalfilename #715

Merged
merged 1 commit into from
Sep 22, 2023
Merged

fix(rpm): conventionalfilename #715

merged 1 commit into from
Sep 22, 2023

Conversation

caarlos0
Copy link
Member

formatVersion is also used to set the version field of the RPM, which should not contain the release.

this fixes it, and the tests which were wrong.

closes #714

@caarlos0 caarlos0 added the bug Something isn't working label Sep 21, 2023
@caarlos0 caarlos0 self-assigned this Sep 21, 2023
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Sep 21, 2023
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Sep 21, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9291134
Status:⚡️  Build in progress...

View logs

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #715 (ef22085) into main (761c574) will increase coverage by 0.06%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

❗ Current head ef22085 differs from pull request most recent head 9291134. Consider uploading reports for the commit 9291134 to get more accurate results

@@            Coverage Diff             @@
##             main     #715      +/-   ##
==========================================
+ Coverage   75.02%   75.08%   +0.06%     
==========================================
  Files          10       10              
  Lines        2406     2412       +6     
==========================================
+ Hits         1805     1811       +6     
  Misses        425      425              
  Partials      176      176              
Files Changed Coverage Δ
rpm/rpm.go 71.42% <100.00%> (+0.61%) ⬆️

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPM cpio name contains the release twice
1 participant