-
Notifications
You must be signed in to change notification settings - Fork 0
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
ci: fix publishing latest dist-tag for pre-releases #39
Conversation
radiovisual
commented
Oct 20, 2024
- Adds a script that checks if the PR is a pre-release. If yes, it wont publish using the latest dist-tag
- Adds a condition to auto-merge the PR created with the version bump
- Version bump PRs are not opened for pre-release version numbers
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #39 +/- ##
=======================================
Coverage 96.27% 96.27%
=======================================
Files 28 28
Lines 403 403
Branches 74 74
=======================================
Hits 388 388
Misses 13 13
Partials 2 2 ☔ View full report in Codecov by Sentry. |