Skip to content

fix: smoke-test the release tarball locally#7

Merged
devanchohan merged 1 commit into
mainfrom
codex/fix-release-tarball-path
Jul 13, 2026
Merged

fix: smoke-test the release tarball locally#7
devanchohan merged 1 commit into
mainfrom
codex/fix-release-tarball-path

Conversation

@devanchohan

Copy link
Copy Markdown
Contributor

What changed

Prefix the packed tarball path with ./ in the release smoke test.

Why

Without an explicit local path, npm parsed release/contextfence-0.1.0.tgz as a GitHub SSH dependency, which blocked the v0.1.0 release before publishing.

Validation

  • node scripts/release-check.mjs --version 0.1.0
  • Packed-tarball CLI smoke test

Copilot AI review requested due to automatic review settings July 13, 2026 07:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the release workflow’s local smoke test by ensuring the packed .tgz is installed via an explicit local path, preventing npm from misinterpreting the tarball path as a GitHub dependency during the release verification job.

Changes:

  • Prefix the packed tarball path with ./ when running npm install in the release smoke test.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@devanchohan
devanchohan merged commit 7428afa into main Jul 13, 2026
6 checks passed
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.

2 participants