Skip to content

fix: avoid duplicate release attempts - #5745

Merged
mcollina merged 1 commit into
mainfrom
fix/release-version-detection
Sep 2, 2026
Merged

fix: avoid duplicate release attempts#5745
mcollina merged 1 commit into
mainfrom
fix/release-version-detection

Conversation

@mcollina

Copy link
Copy Markdown
Member

The release workflow currently excludes the package's exact release tag before deciding whether to publish, causing unrelated package.json changes to queue duplicate releases. Look up the exact tag instead, return the version only when that tag does not exist, and propagate other API failures.

Signed-off-by: Matteo Collina <hello@matteocollina.com>
@codecov-commenter

codecov-commenter commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.47%. Comparing base (c32ea13) to head (f307254).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5745      +/-   ##
==========================================
+ Coverage   93.46%   93.47%   +0.01%     
==========================================
  Files         110      110              
  Lines       38934    38939       +5     
==========================================
+ Hits        36389    36398       +9     
+ Misses       2545     2541       -4     

☔ 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.

@mcollina
mcollina requested a review from ronag August 31, 2026 14:08
@mcollina
mcollina merged commit 54cc756 into main Sep 2, 2026
38 checks passed
@mcollina
mcollina deleted the fix/release-version-detection branch September 2, 2026 13:47
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.

3 participants