Skip to content

fix(app): add explicit repositoryUrl for semantic-release#437

Merged
DatGreekChick merged 1 commit intomainfrom
fix/semantic-release-repository-url
Apr 19, 2026
Merged

fix(app): add explicit repositoryUrl for semantic-release#437
DatGreekChick merged 1 commit intomainfrom
fix/semantic-release-repository-url

Conversation

@DatGreekChick
Copy link
Copy Markdown
Owner

🎯 Motivation

semantic-release fails to resolve the git remote because the repository field in package.json is "github.com/DatGreekChick/personal" — no protocol — so URL parsing produces null as the host.

✅ What's Changed

  • Add repositoryUrl to the release config pointing to the full HTTPS URL

🧪 Testing

CI failure: git ls-remote --heads 'https://x-access-token:[secure]@null/github.com/DatGreekChick/personal' — host was null due to unparseable repository field

🔗 Links

The repository field in package.json uses a protocol-less URL
("github.com/...") which semantic-release cannot parse, producing
a null host. Adding repositoryUrl explicitly resolves this.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (508adf1) to head (33f893a).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #437   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          110       110           
=========================================
  Hits           110       110           

☔ View full report in Codecov by Sentry.
📢 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.

@DatGreekChick DatGreekChick enabled auto-merge (squash) April 19, 2026 00:38
@DatGreekChick DatGreekChick disabled auto-merge April 19, 2026 00:38
@DatGreekChick DatGreekChick merged commit 36f3122 into main Apr 19, 2026
4 checks passed
@DatGreekChick DatGreekChick deleted the fix/semantic-release-repository-url branch April 19, 2026 00:38
@github-actions
Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 33f893a):

https://elenicodes--pr437-fix-semantic-release-arcg1zze.web.app

(expires Sun, 26 Apr 2026 00:39:33 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 2893a00bbe8f1f8b2d040782481f3b83b74bae08

@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 3.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant