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

chore: ensure CI release workflow properly handles prerelease builds #2142

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

nathanklick
Copy link
Member

@nathanklick nathanklick commented Feb 16, 2024

Description

This pull request changes the following:

  • Adds support for rejecting tags with an unsupported prerelease version.
  • Fixes issue which prevented GitHub releases from being appropriately marked as a prerelease.
  • Adds support for appropriately applying prerelease tags to artifacts when publishing to npmjs.com

Related Issues

Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Copy link

sonarcloud bot commented Feb 16, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fd6bd01) 84.22% compared to head (0f6ae8c) 84.20%.
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2142      +/-   ##
===========================================
- Coverage    84.22%   84.20%   -0.02%     
===========================================
  Files          305      305              
  Lines        76202    76202              
===========================================
- Hits         64178    64168      -10     
- Misses       12024    12034      +10     

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

@svetoslav-nikol0v svetoslav-nikol0v merged commit 9703df4 into develop Feb 19, 2024
8 of 9 checks passed
@svetoslav-nikol0v svetoslav-nikol0v deleted the 02141-CI-Release-Issues branch February 19, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Release workflow prerelease handling
2 participants