Skip to content

πŸ”– 5.15.0#773

Merged
AlexV525 merged 2 commits into
mainfrom
release/5.15.0
Jul 13, 2026
Merged

πŸ”– 5.15.0#773
AlexV525 merged 2 commits into
mainfrom
release/5.15.0

Conversation

@AlexV525

Copy link
Copy Markdown
Member

No description provided.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
`publish.yml` was using regex syntax (`v\d+\.\d+\.\d+(\+\d+)?`) but
GitHub Actions tag filters use glob patterns, so no real tag ever
matched β€” v5.14.0/v5.14.1/v5.13.0+1 all had to be published via
manual workflow_dispatch. `release.yml`'s `v*.*.*` did trigger, but
was overly loose.

Unify both on `v[0-9]+.[0-9]+.[0-9]+*`: enforces the `vMAJOR.MINOR.PATCH`
shape while `*` allows the optional `+build` / `-pre` suffixes pub
accepts (e.g. v5.13.0+1, v5.10.0-dev.1).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

βœ… All modified and coverable lines are covered by tests.
βœ… Project coverage is 97.37%. Comparing base (17ccc31) to head (6a0d90f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #773   +/-   ##
=======================================
  Coverage   97.37%   97.37%           
=======================================
  Files          24       24           
  Lines         989      989           
=======================================
  Hits          963      963           
  Misses         26       26           

β˜” View full report in Codecov by Harness.
πŸ“’ Have feedback on the report? Share it here.

πŸš€ New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • πŸ“¦ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlexV525 AlexV525 merged commit d32c78b into main Jul 13, 2026
5 checks passed
@AlexV525 AlexV525 deleted the release/5.15.0 branch July 13, 2026 16:57
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.

1 participant